[cairo-commit] libsvg-cairo ChangeLog,1.51,1.52

Carl Worth commit at pdx.freedesktop.org
Tue Apr 26 13:00:02 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/svg-cairo-internal.h:
        * src/svg_cairo.c: (_svg_cairo_set_pattern),
        (_svg_cairo_render_path), (_svg_cairo_render_text):
        * src/svg_cairo_state.c: (_svg_cairo_state_init):

        Track change in cairo API that the path is no longer inside the
        graphics state, (so we use cairo_fill_preserve rather than
        save/restore around cairo_fill). Clean up pattern handling
        considerably, (elimate state->in_set_pattern_HACK). Manually save
        the current path before re-using the same cairo context for
        drawing a pattern.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- ChangeLog	18 Apr 2005 23:32:18 -0000	1.51
+++ ChangeLog	26 Apr 2005 20:00:00 -0000	1.52
@@ -1,3 +1,17 @@
+2005-04-26  Carl Worth  <cworth at cworth.org>
+
+	* src/svg-cairo-internal.h:
+	* src/svg_cairo.c: (_svg_cairo_set_pattern),
+	(_svg_cairo_render_path), (_svg_cairo_render_text):
+	* src/svg_cairo_state.c: (_svg_cairo_state_init):
+
+	Track change in cairo API that the path is no longer inside the
+	graphics state, (so we use cairo_fill_preserve rather than
+	save/restore around cairo_fill). Clean up pattern handling
+	considerably, (elimate state->in_set_pattern_HACK). Manually save
+	the current path before re-using the same cairo context for
+	drawing a pattern.
+
 2005-04-19  Carl Worth  <cworth at cworth.org>
 
 	* src/svg-cairo-internal.h:




More information about the cairo-commit mailing list