From 063ba1f51df750cc3d9e340bd355cc1cc41f88df Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 10 Feb 2005 07:46:46 +0000 Subject: Add bug for cairo_show_surface under non-default CTM. --- AUTHORS | 2 +- BUGS | 16 ++++++++++++++++ ChangeLog | 4 ++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index bf04107c..73c98350 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ Shawn T. Amundson Build fix Olivier Andrieu PNG backend Peter Dennis Bartok Bug fix for clipping -Dave Beckett Track rename of libpixman, build fixes +Dave Beckett Build fixes, Debian packaging Andrew Chant Adding const where needed John Ellson First font/glyph extents functions Richard Henderson "slim" macros for better shared libraries diff --git a/BUGS b/BUGS index fa754e98..6ebf534a 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 + To: Cairo mailing list + 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. -- diff --git a/ChangeLog b/ChangeLog index 7d1210e4..95ee07a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-10 Carl Worth + + * BUGS: Add bug for cairo_show_surface under non-default CTM. + 2005-02-07 Kristian Høgsberg * test/pixman_rotate.c, test/pixman_rotate-ref.png: New test case -- cgit v1.2.3