Added a BUG and a TODO item

This commit is contained in:
Carl Worth 2004-04-29 07:26:53 +00:00
parent 09698566e1
commit c9c882d2b2
2 changed files with 11 additions and 1 deletions

9
BUGS
View file

@ -57,5 +57,12 @@ Caps are added only to the last subpath in a complex path.
--
ref_counts will go negative if destroy is called with ref_count ==
0. We noticed this is cairo_surface.c but it likely happens in several
0. We noticed this in cairo_surface.c but it likely happens in several
places.
--
Patterns are broken in various ways. The SVG test case demonstrates
some regressions, so something has changed in cairo. Also,
transformation plus repeat doesn't work in either Xrender or
libpixman, (nor in glitz?).

3
TODO
View file

@ -13,6 +13,9 @@ problems with stroking self-intersecting paths.
* Implement cairo_stroke_path, (very easy to do after the above change
is done).
* Re-work the backend clipping interface to use geometry rather than
images.
* Fix the intersection problem, (see reference to Hobby's paper
mentioned in cairo_traps.c).