[Commit] cairo ChangeLog,1.32,1.33

Carl Worth commit at keithp.com
Sat Jul 19 15:02:45 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo
In directory home.keithp.com:/tmp/cvs-serv20240

Modified Files:
	ChangeLog 
Log Message:
Better fix for the previous bug. More complete and more efficient.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ChangeLog	18 Jul 2003 19:42:49 -0000	1.32
+++ ChangeLog	19 Jul 2003 21:02:43 -0000	1.33
@@ -1,3 +1,12 @@
+2003-07-19  Carl Worth  <cworth at isi.edu>
+
+	* src/cairo_traps.c (cairo_traps_tessellate_polygon): Fixed some
+	sorting problems with two intersections very near the same
+	vertical position. (There are still some reamining problems
+	though).
+	(cairo_traps_tessellate_polygon): Better fix for the same
+	bug. Should cover all cases, (and it's moe efficient too).
+
 2003-07-18  Carl Worth  <cworth at east.isi.edu>
 
 	* src/cairo.h: Fixed some inconsistent tag/typedef names that were




More information about the Commit mailing list