[cairo-commit] cairo ChangeLog,1.389,1.390

Carl Worth commit at pdx.freedesktop.org
Fri Feb 25 12:52:50 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv6785

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo_pattern.c (_cairo_pattern_shader_init): Don't put an
        off-by-one n_stops into cairo_shader_op_t.
        (_cairo_shader_op_find_color_stops): Put search for two color
        stops containing a given offset into its own function. Handle the
        case of before first and after last stop by returning the nearest
        stop twice.
        (_cairo_pattern_calc_color_at_pixel): Handle case of no color
        stops by returning a transparent pixel.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -d -r1.389 -r1.390
--- ChangeLog	24 Feb 2005 23:48:07 -0000	1.389
+++ ChangeLog	25 Feb 2005 20:52:47 -0000	1.390
@@ -1,3 +1,14 @@
+2005-02-25  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo_pattern.c (_cairo_pattern_shader_init): Don't put an
+	off-by-one n_stops into cairo_shader_op_t.
+	(_cairo_shader_op_find_color_stops): Put search for two color
+	stops containing a given offset into its own function. Handle the
+	case of before first and after last stop by returning the nearest
+	stop twice.
+	(_cairo_pattern_calc_color_at_pixel): Handle case of no color
+	stops by returning a transparent pixel.
+
 2005-02-24  Owen Taylor  <otaylor at redhat.com>
 
 	* src/cairo_win32_surface.c: Remove a left-over debug printf.




More information about the cairo-commit mailing list