[cairo-commit] cairo ChangeLog,1.289,1.290 TODO,1.25,1.26

Carl Worth commit at pdx.freedesktop.org
Thu Jan 6 10:28:14 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv4176

Modified Files:
	ChangeLog TODO 
Log Message:

        Added cairo_show_surface_mask and note about clipping problems.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- ChangeLog	6 Jan 2005 16:51:48 -0000	1.289
+++ ChangeLog	6 Jan 2005 18:28:10 -0000	1.290
@@ -1,6 +1,7 @@
 2005-01-06  Carl Worth  <cworth at cworth.org>
 
 	* TODO: Added some TODO items from mailing list traffic.
+	Added cairo_show_surface_mask and note about clipping problems.
 
 2005-01-05  Kristian Høgsberg  <krh at redhat.com>
 

Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- TODO	6 Jan 2005 16:51:48 -0000	1.25
+++ TODO	6 Jan 2005 18:28:10 -0000	1.26
@@ -1,3 +1,17 @@
+* Add cairo_show_surface_mask, and make everything respect current
+  alpha. This means the equation should be something like:
+
+	((PATTERN IN ALPHA) IN (SHAPE IN CLIP)) OP DEST
+
+  Except where IN may not be the right operator for clipping for some
+  choices of OP.
+
+* Fix the rendering equation (or implementation) so that clipping
+  works as expected.
+
+* Implement a hidden transform, (as per the result of the hidden
+  offset thread on the mailing list).
+
 * Replace PNG backend with an image_surface function to save a PNG
   image.
 




More information about the cairo-commit mailing list