[cairo-commit] cairo TODO,1.22,1.23 ChangeLog,1.238,1.239

Carl Worth commit at pdx.freedesktop.org
Thu Oct 21 08:55:48 PDT 2004


Committed by: cworth

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

Modified Files:
	TODO ChangeLog 
Log Message:
        * TODO: Add items on custom caps and getting access to hidden
        image data


Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- TODO	8 May 2004 01:52:01 -0000	1.22
+++ TODO	21 Oct 2004 15:55:46 -0000	1.23
@@ -58,10 +58,19 @@
    cairo_mark_dirty
 
 * Re-implement the trapezoid rasterization algorithm according to the
-new "specification".
+  new "specification".
 
 * Stroking closed, degenerate paths should still draw caps.  Round
-caps are easy; square should probably draw an axis aligned square.
+  caps are easy; square should probably draw an axis-aligned square.
+
+* It would be nice if the user had a mechanism to reliably draw custom
+  caps. One approach here would be to provide the coordinates of the
+  butt cap faces so that the user can append seamless caps to the
+  current path. We may also need to provide the coordinates of the
+  faces of every dash as well.
+
+* We need a way to get at the image data after something
+  like cairo_surface_create_similar with the image backend.
 
 * Verification, profiling, optimization.
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- ChangeLog	21 Oct 2004 15:31:21 -0000	1.238
+++ ChangeLog	21 Oct 2004 15:55:46 -0000	1.239
@@ -1,5 +1,8 @@
 2004-10-21  Carl Worth  <cworth at cworth.org>
 
+	* TODO: Add items on custom caps and getting access to hidden
+	image data
+
 	* Makefile.am (EXTRA_DIST): Add COPYING-LGPL-2.1 and
 	COPYING-MPL-1.1 to the distribution.
 




More information about the cairo-commit mailing list