summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-02-10 07:46:46 +0000
committerCarl Worth <cworth@cworth.org>2005-02-10 07:46:46 +0000
commit063ba1f51df750cc3d9e340bd355cc1cc41f88df (patch)
tree2f21fa7494cc885720ebe719a961778e0cf5138c /BUGS
parent0c07ddf729f0b4d2625dec90fbec6321f4908424 (diff)
downloadcairo-063ba1f51df750cc3d9e340bd355cc1cc41f88df.tar.gz
Add bug for cairo_show_surface under non-default CTM.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index fa754e98d..6ebf534a0 100644
--- a/BUGS
+++ b/BUGS
@@ -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.
--