From 9529d20d323ecf9012b010cf16b2df52e405ba2b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 3 Oct 2005 17:39:33 +0000 Subject: Add a couple of potential bugs to BUGS. --- BUGS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'BUGS') 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. + -- cgit v1.2.1