diff options
author | Carl Worth <cworth@cworth.org> | 2005-01-19 05:32:32 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-01-19 05:32:32 +0000 |
commit | f493efa92d1e945cfb02b4a83b87c48c2788ea5d (patch) | |
tree | 74d0000f5b035025dbf6a05edb0e46f78f4470fd /BUGS | |
parent | d894196840aa8363de6f167e6a2b4d59ad9cf977 (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-- | BUGS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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) -- |