[cairo-commit] libsvg-cairo ChangeLog,1.38,1.39

David Reveman commit at pdx.freedesktop.org
Mon Jun 7 09:07:28 PDT 2004


Committed by: davidr

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

Modified Files:
	ChangeLog 
Log Message:
Gradient matrix and object bounding box support

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** a/ChangeLog	4 May 2004 19:02:13 -0000	1.38
--- b/ChangeLog	7 Jun 2004 16:07:25 -0000	1.39
***************
*** 1,2 ****
--- 1,18 ----
+ 2004-06-07  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* src/svg_cairo.c (_svg_cairo_set_gradient): Support bounding box
+ 	units and gradient matrix.
+ 	(_svg_cairo_render_path): Pass render type to
+ 	_svg_cairo_set_paint_and_opacity.
+ 	(_svg_cairo_set_paint_and_opacity): Render type to
+ 	_svg_cairo_set_gradient and _svg_cairo_set_pattern.
+ 	(_svg_cairo_length_to_pixel): Handle bounding box coordinates
+ 	correctly.
+ 
+ 	* src/svg_cairo_state.c (_svg_cairo_state_init): Set bbox to 0.
+ 
+ 	* src/svg-cairo-internal.h: Added enum svg_cairo_render_type_t.
+ 	Added bbox flag to svg_cairo_state_t.
+ 
  2004-05-04  Carl Worth  <cworth at isi.edu>
  





More information about the cairo-commit mailing list