mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-26 14:40:44 +01:00
Add a couple of potential bugs to BUGS.
This commit is contained in:
parent
cdaa48655c
commit
9529d20d32
1 changed files with 11 additions and 5 deletions
16
BUGS
16
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue