[cairo-commit] libsvg-cairo ChangeLog,1.41,1.42

Carl Worth commit at pdx.freedesktop.org
Fri Jan 14 14:19:05 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/svg_cairo_state.c (_svg_cairo_state_init_copy): Don't copy
        child_surface. This saves huge amounts of time for SVG images with
        deep grouping within a group with opacity != 1.0. Thanks to
        TOKUNAGA Hiroyuki <tkng at xem.jp>.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ChangeLog	14 Jan 2005 21:36:17 -0000	1.41
+++ ChangeLog	14 Jan 2005 22:19:03 -0000	1.42
@@ -1,5 +1,10 @@
 2005-01-14  Carl Worth  <cworth at cworth.org>
 
+	* src/svg_cairo_state.c (_svg_cairo_state_init_copy): Don't copy
+	child_surface. This saves huge amounts of time for SVG images with
+	deep grouping within a group with opacity != 1.0. Thanks to
+	TOKUNAGA Hiroyuki <tkng at xem.jp>.
+
 	* src/svg_cairo.c (_svg_cairo_begin_group, _svg_cairo_end_group):
 	Fix to use state->viewport_width/height so that large pieces of
 	the drawing aren't just ignored. Thanks to TOKUNAGA Hiroyuki




More information about the cairo-commit mailing list