summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-01-19 05:32:32 +0000
committerCarl Worth <cworth@cworth.org>2005-01-19 05:32:32 +0000
commitf493efa92d1e945cfb02b4a83b87c48c2788ea5d (patch)
tree74d0000f5b035025dbf6a05edb0e46f78f4470fd /BUGS
parentd894196840aa8363de6f167e6a2b4d59ad9cf977 (diff)
Add bugs on cairo_surface_create_for_image, bad names for cairo_font_set_transform and cairo_font_current_transform, segfault on AMD64.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS16
1 files changed, 15 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index e7100153..fa754e98 100644
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,18 @@
-The caches need to have some locking.
+cairo_surface_create_for_image is claiming ownership of the user's data.
+
+--
+
+cairo_font_set_transform should be renamed cairo_font_set_matrix
+cairo_font_current_transform should be renamed cairo_font_get_matrix
+
+--
+
+Alexis Georges reports a segfault on AMD64 with a simple program,
+(that works in a 32bit chroot).
+
+--
+
+The caches need to have some locking (see: [cairo] Static caches and thread-safety)
--