[cairo-commit] cairo BUGS,1.10,1.11 TODO,1.20,1.21

Carl Worth commit at pdx.freedesktop.org
Thu Apr 29 07:26:56 PDT 2004


Committed by: cworth

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

Modified Files:
	BUGS TODO 
Log Message:
Added a BUG and a TODO item

Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** a/BUGS	16 Apr 2004 15:33:20 -0000	1.10
--- b/BUGS	29 Apr 2004 14:26:53 -0000	1.11
***************
*** 58,61 ****
  
  ref_counts will go negative if destroy is called with ref_count ==
! 0. We noticed this is cairo_surface.c but it likely happens in several
  places.
--- 58,68 ----
  
  ref_counts will go negative if destroy is called with ref_count ==
! 0. We noticed this in cairo_surface.c but it likely happens in several
  places.
+ 
+ --
+ 
+ Patterns are broken in various ways. The SVG test case demonstrates
+ some regressions, so something has changed in cairo. Also,
+ transformation plus repeat doesn't work in either Xrender or
+ libpixman, (nor in glitz?).

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** a/TODO	2 Apr 2004 16:01:09 -0000	1.20
--- b/TODO	29 Apr 2004 14:26:53 -0000	1.21
***************
*** 14,17 ****
--- 14,20 ----
  is done).
  
+ * Re-work the backend clipping interface to use geometry rather than
+ images.
+ 
  * Fix the intersection problem, (see reference to Hobby's paper
  mentioned in cairo_traps.c).





More information about the cairo-commit mailing list