[cairo-commit] cairo ChangeLog,1.591,1.592
Keith Packard
commit at pdx.freedesktop.org
Mon May 16 22:30:05 PDT 2005
- Previous message: [cairo-commit]
pycairo/cairo Makefile.am, 1.14, 1.15 pycairo-misc.h,
1.3, NONE pycairo-private.h, 1.24, 1.25 pycairosvg-private.h,
1.4, 1.5 pycairo-surface.c, 1.40, 1.41 pycairo.h, 1.31,
1.32 pycairo-font.c, 1.18, 1.19 pycairo-context.c, 1.53,
1.54 cairosvgmodule.c, 1.6, 1.7 cairogtkmodule.c, 1.23, 1.24
- Next message: [cairo-commit] cairo ChangeLog,1.591,1.592
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit]
pycairo/cairo Makefile.am, 1.14, 1.15 pycairo-misc.h,
1.3, NONE pycairo-private.h, 1.24, 1.25 pycairosvg-private.h,
1.4, 1.5 pycairo-surface.c, 1.40, 1.41 pycairo.h, 1.31,
1.32 pycairo-font.c, 1.18, 1.19 pycairo-context.c, 1.53,
1.54 cairosvgmodule.c, 1.6, 1.7 cairogtkmodule.c, 1.23, 1.24
- Next message: [cairo-commit] cairo ChangeLog,1.591,1.592
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list