[cairo-commit] libsvg-cairo ChangeLog,1.49,1.50
Carl Worth
commit at pdx.freedesktop.org
Mon Apr 11 12:22:42 PDT 2005
Committed by: cworth
Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv32060
Modified Files:
ChangeLog
Log Message:
* src/svg-cairo.h:
* src/svg_cairo.c: (svg_cairo_get_size): Use unisgned int for
width/height.
* src/svg_cairo.c: (_svg_cairo_begin_group),
(_svg_cairo_end_group): Preserve CTM over change to target surface
so that groups with opacity are rendered in the right place.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ChangeLog 11 Apr 2005 18:27:02 -0000 1.49
+++ ChangeLog 11 Apr 2005 19:22:40 -0000 1.50
@@ -1,5 +1,15 @@
2005-04-11 Carl Worth <cworth at cworth.org>
+ * src/svg-cairo.h:
+ * src/svg_cairo.c: (svg_cairo_get_size): Use unisgned int for
+ width/height.
+
+ * src/svg_cairo.c: (_svg_cairo_begin_group),
+ (_svg_cairo_end_group): Preserve CTM over change to target surface
+ so that groups with opacity are rendered in the right place.
+
+2005-04-11 Carl Worth <cworth at cworth.org>
+
* src/svg_cairo.c: Fix a bunch of indentation.
(_svg_cairo_render_text): Track unsigned char* change from libsvg.
(_svg_cairo_render_image): Track unsigned char* change from cairo.
More information about the cairo-commit
mailing list