diff options
author | Carl Worth <cworth@cworth.org> | 2005-02-10 07:46:46 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-02-10 07:46:46 +0000 |
commit | 063ba1f51df750cc3d9e340bd355cc1cc41f88df (patch) | |
tree | 2f21fa7494cc885720ebe719a961778e0cf5138c /BUGS | |
parent | 0c07ddf729f0b4d2625dec90fbec6321f4908424 (diff) |
Add bug for cairo_show_surface under non-default CTM.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +cairo_show_surface fails when given a non-default CTM, see the +show_surface.cairo snippet in: + + From: Per Bjornsson <perbj@stanford.edu> + To: Cairo mailing list <cairo@cairographics.org> + Date: Wed, 09 Feb 2005 20:05:35 -0800 + Message-Id: <1108008335.5349.46.camel@localhost.localdomain> + Subject: [cairo] How is cairo_show_surface supposed to work? + +-- + +cairo_image_surface_create should return a blank image +(eg. transparent black) instead of an image with random data in it. + +-- + cairo_surface_create_for_image is claiming ownership of the user's data. -- |