[Commit] cairo ChangeLog,1.74,1.75

Carl Worth commit at keithp.com
Sat Oct 4 15:34:44 PDT 2003


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:
Generate convex hull of pen before stroking.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ChangeLog	4 Oct 2003 16:06:15 -0000	1.74
+++ ChangeLog	4 Oct 2003 21:34:42 -0000	1.75
@@ -1,5 +1,13 @@
 2003-10-04  Carl Worth  <cworth at isi.edu>
 
+	* src/cairo_hull.c (_cairo_hull_compute): Add cairo_hull.c to
+	compute a convex hull, (using Graham scan algorithm).
+
+	* src/cairo_pen.c (_cairo_pen_add_points): Generate convex hull of
+	pen after adding new points.
+
+	* src/cairoint.h: Rename pen->vertex to pen->vertices
+
 	* Replaced "pt" with "point" in about a zillion places.
 
 	* src/cairo.c (cairo_destroy): Fix to continue with destroy even




More information about the Commit mailing list