[cairo-commit] libsvg ChangeLog,1.52,1.53

David Reveman commit at pdx.freedesktop.org
Mon Jun 7 09:00:19 PDT 2004


Committed by: davidr

Update of /cvs/cairo/libsvg
In directory pdx:/tmp/cvs-serv11021

Modified Files:
	ChangeLog 
Log Message:
Better gradient support

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** a/ChangeLog	7 May 2004 03:56:43 -0000	1.52
--- b/ChangeLog	7 Jun 2004 16:00:17 -0000	1.53
***************
*** 1,2 ****
--- 1,20 ----
+ 2004-06-07  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* src/svgint.h: Added _svg_gradient_set_type.
+ 
+ 	* src/svg_parser.c (_svg_parser_parse_linear_gradient): Set
+ 	gradient type using _svg_gradient_set_type.
+ 	(_svg_parser_parse_radial_gradient): Set gradient type using
+ 	_svg_gradient_set_type.
+ 
+ 	* src/svg_gradient.c (_svg_gradient_init): Set gradient defaults using
+ 	_svg_gradient_set_type. Use SVG_GRADIENT_UNITS_BBOX as default units.
+ 	(_svg_gradient_apply_attributes): Allow referenced gradient of
+ 	different type.
+ 	(_svg_gradient_apply_attributes): Read spread type.
+ 
+ 	Added _svg_gradient_set_type.
+ 	
+ 
  2004-05-06  Carl Worth  <cworth at isi.edu>
  





More information about the cairo-commit mailing list