[Commit] cairo ChangeLog,1.35,1.36

Carl Worth commit at keithp.com
Fri Jul 25 14:29:10 PDT 2003


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:
Fix error correction on intersection test to avoid needless spinning.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ChangeLog	24 Jul 2003 08:40:16 -0000	1.35
+++ ChangeLog	25 Jul 2003 20:29:07 -0000	1.36
@@ -1,3 +1,9 @@
+2003-07-25  Carl Worth  <cworth at isi.edu>
+
+	* src/cairo_traps.c (_line_segs_intersect_ceil): We don't need a
+	loop here, (just a conditional increment). This time, we've
+	actually done the error analysis to back this up.
+
 2003-07-24  Carl Worth  <cworth at isi.edu>
 
 	* src/cairo_traps.c (cairo_traps_tessellate_polygon): Massive




More information about the Commit mailing list