[cairo-commit] cairo ChangeLog,1.576,1.577
Carl Worth
commit at pdx.freedesktop.org
Thu May 12 11:02:37 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16627
Modified Files:
ChangeLog
Log Message:
* test/.cvsignore:
* test/Makefile.am:
* test/paint-with-alpha-ref.png:
* test/paint-with-alpha.c: (draw), (main): Add new test for bug in
cairo_paint_with_alpha not transforming the source.
* src/cairo-gstate.c: (_cairo_gstate_mask): Use a transformed copy
of the source just like we do in all the other calls to
cairo_surface_composite. Fixes the bug tested by
test/paint-with-alpha.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.576
retrieving revision 1.577
diff -u -d -r1.576 -r1.577
--- ChangeLog 12 May 2005 15:04:22 -0000 1.576
+++ ChangeLog 12 May 2005 18:02:35 -0000 1.577
@@ -1,3 +1,16 @@
+2005-05-12 Carl Worth <cworth at cworth.org>
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/paint-with-alpha-ref.png:
+ * test/paint-with-alpha.c: (draw), (main): Add new test for bug in
+ cairo_paint_with_alpha not transforming the source.
+
+ * src/cairo-gstate.c: (_cairo_gstate_mask): Use a transformed copy
+ of the source just like we do in all the other calls to
+ cairo_surface_composite. Fixes the bug tested by
+ test/paint-with-alpha.
+
2005-05-12 Keith Packard <keithp at keithp.com>
reviewed by: otaylor
More information about the cairo-commit
mailing list