[cairo-commit]
cairo AUTHORS, 1.11, 1.12 BUGS, 1.24, 1.25 ChangeLog, 1.365, 1.366
Carl Worth
commit at pdx.freedesktop.org
Thu Feb 10 07:46:49 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv19926
Modified Files:
AUTHORS BUGS ChangeLog
Log Message:
* BUGS: Add bug for cairo_show_surface under non-default CTM.
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- AUTHORS 25 Jan 2005 20:25:29 -0000 1.11
+++ AUTHORS 10 Feb 2005 15:46:46 -0000 1.12
@@ -1,7 +1,7 @@
Shawn T. Amundson <amundson at gtk.org> Build fix
Olivier Andrieu <oliv__a at users.sourceforge.net> PNG backend
Peter Dennis Bartok <peter at novonyx.com> Bug fix for clipping
-Dave Beckett <dave.beckett at bristol.ac.uk> Track rename of libpixman, build fixes
+Dave Beckett <dajobe at debian.org> Build fixes, Debian packaging
Andrew Chant <andrew.chant at utoronto.ca> Adding const where needed
John Ellson <ellson at research.att.com> First font/glyph extents functions
Richard Henderson <rth at twiddle.net> "slim" macros for better shared libraries
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- BUGS 19 Jan 2005 13:32:32 -0000 1.24
+++ BUGS 10 Feb 2005 15:46:46 -0000 1.25
@@ -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 at stanford.edu>
+ To: Cairo mailing list <cairo at cairographics.org>
+ Date: Wed, 09 Feb 2005 20:05:35 -0800
+ Message-Id: <1108008335.5349.46.camel at 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.
--
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -d -r1.365 -r1.366
--- ChangeLog 7 Feb 2005 18:15:46 -0000 1.365
+++ ChangeLog 10 Feb 2005 15:46:46 -0000 1.366
@@ -1,3 +1,7 @@
+2005-02-10 Carl Worth <cworth at cworth.org>
+
+ * BUGS: Add bug for cairo_show_surface under non-default CTM.
+
2005-02-07 Kristian Høgsberg <krh at redhat.com>
* test/pixman_rotate.c, test/pixman_rotate-ref.png: New test case
More information about the cairo-commit
mailing list