[Commit] Xr ChangeLog,1.21,1.22

Carl Worth commit@keithp.com
Mon, 12 May 2003 09:24:20 -0700


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:
XrStroke and XrFill now both go through the same clipping.
Cleaned up the three path interpreters (stroke, fill, and bounds), to each be in their own
files

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/Xr/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ChangeLog	2 May 2003 21:07:41 -0000	1.21
+++ ChangeLog	12 May 2003 16:24:17 -0000	1.22
@@ -1,3 +1,19 @@
+2003-05-12  Carl Worth  <cworth@isi.edu>
+
+	* src/xrpathbounds.c (_XrPathBounds): Moved path bound computation
+	to its own file.
+
+	* src/xrpathstroke.c (_XrPathStrokeToTraps): Moved path stroking
+	to its own file.
+	
+	* src/xrpathfill.c (_XrPathFillToTraps): Moved path fililng to its
+	own file.
+
+	* src/xrgstate.c (_XrGStateStroke):
+	(_XrGStateFill):
+	(_XrGStateClipAndCompositeTrapezoids): Reorganized stroke and fill
+	code to go through the same path for clipping.
+	
 2003-05-02  Carl Worth  <cworth@east.isi.edu>
 
 	* src/Xr.h: Changed XrFormatRGB32 to XrFormatRGB24