mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 17:28:02 +02:00
Added a BUG and a TODO item
This commit is contained in:
parent
09698566e1
commit
c9c882d2b2
2 changed files with 11 additions and 1 deletions
9
BUGS
9
BUGS
|
|
@ -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
3
TODO
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue