[cairo-commit] cairo ChangeLog,1.591,1.592

Keith Packard commit at pdx.freedesktop.org
Mon May 16 22:30:05 PDT 2005


Committed by: keithp

Update of /cvs/cairo/cairo
In directory evo:/home/keithp/src/cairo/cairo

Modified Files:
	ChangeLog 
Log Message:
2005-05-16  Keith Packard  <keithp at keithp.com>

	* src/cairo-pattern.c: (_cairo_pattern_shader_init):
	Initialize op->stops[0].scale = 0.  
	
	This scale value is used only when computing gradient values
	before the defined range, in which case stop 0 is used for both
	ends of the interpolation, making the value of 'scale' not
	actually matter, except that valgrind notices we're using
	an undefined value.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -d -r1.591 -r1.592
--- ChangeLog	16 May 2005 22:05:56 -0000	1.591
+++ ChangeLog	17 May 2005 05:30:00 -0000	1.592
@@ -1,3 +1,14 @@
+2005-05-16  Keith Packard  <keithp at keithp.com>
+
+	* src/cairo-pattern.c: (_cairo_pattern_shader_init):
+	Initialize op->stops[0].scale = 0.  
+	
+	This scale value is used only when computing gradient values
+	before the defined range, in which case stop 0 is used for both
+	ends of the interpolation, making the value of 'scale' not
+	actually matter, except that valgrind notices we're using
+	an undefined value.
+
 2005-05-16  Carl Worth  <cworth at cworth.org>
 
 	* test/.cvsignore:




More information about the cairo-commit mailing list