[cairo-commit] cairo ChangeLog,1.958,1.959
Carl Worth
commit at pdx.freedesktop.org
Tue Aug 23 07:44:16 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2623
Modified Files:
ChangeLog
Log Message:
2005-08-23 Carl Worth <cworth at cworth.org>
Fix for bug #4205:
* src/cairo-path-stroke.c: (_cairo_stroker_add_caps):
(_cairo_path_fixed_stroke_to_traps): Abstract the cap-addition
code from the end of the stroke operation into a new
_cairo_stroker_add_caps function.
* src/cairo-path-stroke.c: (_cairo_stroker_move_to): Call the new
_cairo_stroker_add_caps at the beginning of every move_to so that
we get caps on every subpath and not just the last one.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.958
retrieving revision 1.959
diff -u -d -r1.958 -r1.959
--- ChangeLog 23 Aug 2005 12:54:38 -0000 1.958
+++ ChangeLog 23 Aug 2005 14:44:14 -0000 1.959
@@ -1,3 +1,16 @@
+2005-08-23 Carl Worth <cworth at cworth.org>
+
+ Fix for bug #4205:
+
+ * src/cairo-path-stroke.c: (_cairo_stroker_add_caps):
+ (_cairo_path_fixed_stroke_to_traps): Abstract the cap-addition
+ code from the end of the stroke operation into a new
+ _cairo_stroker_add_caps function.
+
+ * src/cairo-path-stroke.c: (_cairo_stroker_move_to): Call the new
+ _cairo_stroker_add_caps at the beginning of every move_to so that
+ we get caps on every subpath and not just the last one.
+
2005-08-23 Billy Biggs <vektor at dumbterm.net>
* src/Makefile.am: Add libpixman.la to the libcairo_la_DEPENDENCIES
More information about the cairo-commit
mailing list