[cairo-commit] cairo BUGS,1.34,1.35

Carl Worth commit at pdx.freedesktop.org
Mon Oct 3 17:39:35 PDT 2005


Committed by: cworth

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

Modified Files:
	BUGS 
Log Message:
Add a couple of potential bugs to BUGS.

Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- BUGS	24 Aug 2005 12:43:48 -0000	1.34
+++ BUGS	4 Oct 2005 00:39:33 -0000	1.35
@@ -5,7 +5,7 @@
 under either the cairo or libpixman products. New bugs should be
 reported there as well.
 
-[A few old bugs have not bee moved to bugs.freedesktop.org and are
+[A few old bugs have not been moved to bugs.freedesktop.org and are
 instead listed below:]
 
 --
@@ -14,10 +14,6 @@
 
 --
 
-Splines are not dashed.
-
---
-
 The polygon tessellation routine has problems. It appears that the
 following paper has the right answers:
 
@@ -31,3 +27,13 @@
 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.
+
+--
+
+Stroke extents might not work for degenerate cases, (e.g. single
+vertical or horizontal line).
+
+--
+
+Stroke width of 0 might do bad things.
+



More information about the cairo-commit mailing list