[cairo-commit] libsvg-cairo ChangeLog,1.52,1.53
Carl Worth
commit at pdx.freedesktop.org
Mon May 2 07:42:03 PDT 2005
Committed by: cworth
Update of /cvs/cairo/libsvg-cairo
In directory gabe:/tmp/cvs-serv18278
Modified Files:
ChangeLog
Log Message:
* src/svg_cairo.c: (_svg_cairo_render_path): Fix to correctly
handle shapes with fill="none" and stroke="none" by calling
cairo_new_path so that the path isn't later drawn by subsequent
shapes.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ChangeLog 26 Apr 2005 20:00:00 -0000 1.52
+++ ChangeLog 2 May 2005 14:42:01 -0000 1.53
@@ -1,3 +1,10 @@
+2005-05-02 Carl Worth <cworth at cworth.org>
+
+ * src/svg_cairo.c: (_svg_cairo_render_path): Fix to correctly
+ handle shapes with fill="none" and stroke="none" by calling
+ cairo_new_path so that the path isn't later drawn by subsequent
+ shapes.
+
2005-04-26 Carl Worth <cworth at cworth.org>
* src/svg-cairo-internal.h:
More information about the cairo-commit
mailing list