[cairo-commit] cairo BUGS,1.5,1.6
Carl Worth
cworth at pdx.freedesktop.org
Wed Oct 15 12:26:53 PDT 2003
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv2141
Modified Files:
BUGS
Log Message:
Added bug about self-intersecting paths.
(Really, I'm just testing the cairo-commit mailing list)
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUGS 12 Sep 2003 17:53:03 -0000 1.5
+++ BUGS 15 Oct 2003 19:26:51 -0000 1.6
@@ -9,6 +9,8 @@
Finite Precision Output, Computation Geometry Theory and
Applications, 13(4), 1999.
+Stroking a self-intersecting path generates the wrong answer, (in
+mostly subtle ways). The fix is to tessellate a giant polygon for the
+entire stroke outline rather than incrementally generating trapezoids.
-
More information about the cairo-commit
mailing list