[cairo-commit] cairo ChangeLog,1.148,1.149
Carl Worth
commit at pdx.freedesktop.org
Sat Jan 24 01:56:28 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv830
Modified Files:
ChangeLog
Log Message:
* src/cairo_path_stroke.c (_cairo_stroker_add_sub_edge): Fix to
use tessellate_polygon instead of tessellate_rectangle as the
matrix may have skewed the coordinates into a non-rectangular
shape.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -C2 -d -r1.148 -r1.149
*** ChangeLog 24 Jan 2004 09:46:20 -0000 1.148
--- ChangeLog 24 Jan 2004 09:56:26 -0000 1.149
***************
*** 1,4 ****
--- 1,9 ----
2004-01-24 Carl Worth <cworth at isi.edu>
+ * src/cairo_path_stroke.c (_cairo_stroker_add_sub_edge): Fix to
+ use tessellate_polygon instead of tessellate_rectangle as the
+ matrix may have skewed the coordinates into a non-rectangular
+ shape.
+
* src/cairo_xlib_surface.c (_cairo_xlib_surface_set_filter): Add
missing break statements to switch.
More information about the cairo-commit
mailing list