diff options
author | Carl Worth <cworth@cworth.org> | 2004-04-29 07:26:53 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-04-29 07:26:53 +0000 |
commit | c9c882d2b28f8bb9656224eed8adba5a5395b294 (patch) | |
tree | 01e51830323fc928c1ec099cbffd183619738448 /TODO | |
parent | 09698566e1b238830eca1085a65f6292195805a9 (diff) |
Added a BUG and a TODO item
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |