[cairo-commit] cairo ChangeLog,1.467,1.468
Carl Worth
commit at pdx.freedesktop.org
Sat Apr 2 06:00:36 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv3680
Modified Files:
ChangeLog
Log Message:
* src/cairo-gstate.c: (_cairo_gstate_show_surface): Use the
current point to offset just the destination, not the source and
destination. With this fix, cairo_show_surface should work with
the current point at places other than the origin.
* test/Makefile.am: Move move-to-show-surface off the expected
failure list.
* test/move-to-show-surface.c: Add comment indicating that bug is
resolved.
* test/testsvg: Don't use diff to compare images, just imagediff.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -d -r1.467 -r1.468
--- ChangeLog 2 Apr 2005 13:18:11 -0000 1.467
+++ ChangeLog 2 Apr 2005 14:00:32 -0000 1.468
@@ -1,5 +1,20 @@
2005-04-02 Carl Worth <cworth at cworth.org>
+ * src/cairo-gstate.c: (_cairo_gstate_show_surface): Use the
+ current point to offset just the destination, not the source and
+ destination. With this fix, cairo_show_surface should work with
+ the current point at places other than the origin.
+
+ * test/Makefile.am: Move move-to-show-surface off the expected
+ failure list.
+
+ * test/move-to-show-surface.c: Add comment indicating that bug is
+ resolved.
+
+ * test/testsvg: Don't use diff to compare images, just imagediff.
+
+2005-04-02 Carl Worth <cworth at cworth.org>
+
* src/cairo.h:
* src/cairo.c: (cairo_set_target_image), (cairo_text_extents),
(cairo_show_text), (cairo_text_path):
More information about the cairo-commit
mailing list