[cairo-commit] cairo BUGS, 1.21, 1.22 ChangeLog, 1.285, 1.286 TODO, 1.23, 1.24

Carl Worth commit at pdx.freedesktop.org
Thu Dec 23 13:49:59 PST 2004


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22625

Modified Files:
	BUGS ChangeLog TODO 
Log Message:

        * src/cairo_traps.c: Remove unused CAIRO_TRAPS_GROWTH_INC.

        * src/cairo_spline.c (_cairo_spline_add_point):
        * src/cairo_polygon.c (_cairo_polygon_add_edge): Resize arrays by
        doubling rather than by linear increments.

        * BUGS: Add new bug exposed centi_unfinished.svg.


Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- BUGS	20 Dec 2004 17:53:06 -0000	1.21
+++ BUGS	23 Dec 2004 21:49:56 -0000	1.22
@@ -1,3 +1,10 @@
+--
+
+centi_unfinished.svg has big black portions when drawn with svg2png,
+(but not when drawn with xsvg).
+
+--
+
 The caches need to be invalidated at font destruction time.
 
 --

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- ChangeLog	21 Dec 2004 21:22:44 -0000	1.285
+++ ChangeLog	23 Dec 2004 21:49:56 -0000	1.286
@@ -1,3 +1,13 @@
+2004-12-23  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo_traps.c: Remove unused CAIRO_TRAPS_GROWTH_INC.
+
+	* src/cairo_spline.c (_cairo_spline_add_point): 
+	* src/cairo_polygon.c (_cairo_polygon_add_edge): Resize arrays by
+	doubling rather than by linear increments.
+
+	* BUGS: Add new bug exposed centi_unfinished.svg.
+
 2004-12-21  Carl Worth  <cworth at cworth.org>
 
  	* src/cairoint.h: 

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- TODO	21 Oct 2004 15:55:46 -0000	1.23
+++ TODO	23 Dec 2004 21:49:56 -0000	1.24
@@ -74,6 +74,8 @@
 
 * Verification, profiling, optimization.
 
+	centi_unfinished.svg may provide a good test case.
+
 A comparison with PostScript
 ============================
 




More information about the cairo-commit mailing list