[cairo-commit] cairo ChangeLog,1.94,1.95

Carl Worth commit at pdx.freedesktop.org
Fri Oct 31 19:27:35 PST 2003


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv22464

Modified Files:
	ChangeLog 
Log Message:
Do nothing when radius <= 0.0, (which is much better than the current
infinite loop).

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** ChangeLog	31 Oct 2003 18:41:37 -0000	1.94
--- ChangeLog	1 Nov 2003 03:27:33 -0000	1.95
***************
*** 1,4 ****
--- 1,10 ----
  2003-10-31  Carl Worth  <cworth at isi.edu>
  
+ 	* src/cairo_gstate.c (_cairo_gstate_arc):
+ 	(_cairo_gstate_arc_negative): Do nothing when radius <= 0.0,
+ 	(which is much better than the current infinite loop).
+ 
+ 2003-10-31  Carl Worth  <cworth at isi.edu>
+ 
  	* Moved all libic-related drawing into cairo_image_surface.c.
  	Details below:





More information about the cairo-commit mailing list