[cairo-commit] cairo ChangeLog,1.189,1.190 TODO,1.21,1.22
Carl Worth
commit at pdx.freedesktop.org
Fri May 7 18:52:04 PDT 2004
- Previous message: [cairo-commit] libsvg/src svg_element.c, 1.33, 1.34 svg_group.c,
1.24, 1.25
- Next message: [cairo-commit] cairo/src cairo.h, 1.54, 1.55 cairo_ft_font.c, 1.21,
1.22 cairo_spline.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv21649
Modified Files:
ChangeLog TODO
Log Message:
* src/cairo_ft_font.c (_utf8_to_ucs4): Bail on NULL utf8 string.
* src/cairo_spline.c (_cairo_spline_add_point): Don't add two
consecutive, identical points when decomposing the spline, (which
was leading to an infinte loop in the stroke algorithm when it
found a slope of (0,0)).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -C2 -d -r1.189 -r1.190
*** a/ChangeLog 4 May 2004 19:00:22 -0000 1.189
--- b/ChangeLog 8 May 2004 01:52:01 -0000 1.190
***************
*** 1,2 ****
--- 1,11 ----
+ 2004-05-07 Carl Worth <cworth at isi.edu>
+
+ * src/cairo_ft_font.c (_utf8_to_ucs4): Bail on NULL utf8 string.
+
+ * src/cairo_spline.c (_cairo_spline_add_point): Don't add two
+ consecutive, identical points when decomposing the spline, (which
+ was leading to an infinte loop in the stroke algorithm when it
+ found a slope of (0,0)).
+
2004-05-04 Carl Worth <cworth at isi.edu>
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** a/TODO 29 Apr 2004 14:26:53 -0000 1.21
--- b/TODO 8 May 2004 01:52:01 -0000 1.22
***************
*** 61,66 ****
new "specification".
! * Stroking degenerate paths should still draw caps. Round caps are
! easy; square should probably draw an axis aligned square.
* Verification, profiling, optimization.
--- 61,66 ----
new "specification".
! * Stroking closed, degenerate paths should still draw caps. Round
! caps are easy; square should probably draw an axis aligned square.
* Verification, profiling, optimization.
- Previous message: [cairo-commit] libsvg/src svg_element.c, 1.33, 1.34 svg_group.c,
1.24, 1.25
- Next message: [cairo-commit] cairo/src cairo.h, 1.54, 1.55 cairo_ft_font.c, 1.21,
1.22 cairo_spline.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list