summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-10-03 17:39:33 +0000
committerCarl Worth <cworth@cworth.org>2005-10-03 17:39:33 +0000
commit9529d20d323ecf9012b010cf16b2df52e405ba2b (patch)
tree6c565f02f6f60ac57439bd8d62460fcf815b44f3 /BUGS
parentcdaa48655c328fd2fd34c264b6f8e1d9ec2af1f7 (diff)
downloadcairo-9529d20d323ecf9012b010cf16b2df52e405ba2b.tar.gz
Add a couple of potential bugs to BUGS.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS16
1 files changed, 11 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index 93fca4521..76bbf50a6 100644
--- a/BUGS
+++ b/BUGS
@@ -5,7 +5,7 @@ The place to find a current list of known bugs for cairo is:
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 @@ The caches need to be invalidated at font destruction time.
--
-Splines are not dashed.
-
---
-
The polygon tessellation routine has problems. It appears that the
following paper has the right answers:
@@ -31,3 +27,13 @@ Recent improvements to make the intersection code more robust (using
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.
+