[cairo-commit] libsvg-cairo ChangeLog,1.47,1.48

Carl Worth commit at pdx.freedesktop.org
Sat Apr 2 06:02:37 PST 2005


Committed by: cworth

Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv3880

Modified Files:
	ChangeLog 
Log Message:

        * src/svg_cairo.c: (_svg_cairo_render_image): Use cairo_move_to
        rather than cairo_translate to position the image, (not that it
        should make any difference, but this will exercise a code path
        that had been buggy).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- ChangeLog	16 Feb 2005 23:12:51 -0000	1.47
+++ ChangeLog	2 Apr 2005 14:02:34 -0000	1.48
@@ -1,3 +1,10 @@
+2005-04-02  Carl Worth  <cworth at cworth.org>
+
+	* src/svg_cairo.c: (_svg_cairo_render_image): Use cairo_move_to
+	rather than cairo_translate to position the image, (not that it
+	should make any difference, but this will exercise a code path
+	that had been buggy).
+
 2005-02-16  Carl Worth  <cworth at cworth.org>
 
 	* autogen.sh: Call all autotool commands through environment




More information about the cairo-commit mailing list