[cairo-commit] cairo BUGS,1.13,1.14 ChangeLog,1.204,1.205

Carl Worth commit at pdx.freedesktop.org
Thu Jul 1 13:38:26 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv14365

Modified Files:
	BUGS ChangeLog 
Log Message:
Add missing ChangeLog entry. Add description of current tessellation bugs.

Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BUGS	11 May 2004 13:52:19 -0000	1.13
--- BUGS	1 Jul 2004 20:38:23 -0000	1.14
***************
*** 18,21 ****
--- 18,26 ----
  	Applications, 13(4), 1999.
  
+ Recent improvements to make the intersection code more robust (using
+ 128-bit arithmetic where needed), have exposed some of the weakness in
+ the current tessellation implementation. So, for now, filling some
+ polygons will cause "leaking" until we implement Hobby's algorithm.
+ 
  --
  

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -C2 -d -r1.204 -r1.205
*** ChangeLog	21 Jun 2004 22:13:52 -0000	1.204
--- ChangeLog	1 Jul 2004 20:38:23 -0000	1.205
***************
*** 43,46 ****
--- 43,58 ----
  	(_cairo_pattern_calc_color_at_pixel): Multiply with alpha.
  
+ 2004-05-28  Carl Worth  <cworth at isi.edu>
+ 
+ 	* These two fixes are from David Reveman <c99drn at cs.umu.se>:
+ 
+ 	* src/cairo_surface.c (_cairo_surface_create_similar_scratch)
+ 	(_cairo_surface_create_similar_solid): Move NULL test from
+ 	create_similar_scratch to create_similar_solid.
+ 	
+ 	* src/cairo_font.c (_cairo_glyph_surface_init): Fix for when
+ 	surface->backend != image->backend, but the backend does use
+ 	images for similar surfaces.
+ 
  2004-05-28  Keith Packard  <keithp at keithp.com>
  





More information about the cairo-commit mailing list