summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-29 07:26:53 +0000
committerCarl Worth <cworth@cworth.org>2004-04-29 07:26:53 +0000
commitc9c882d2b28f8bb9656224eed8adba5a5395b294 (patch)
tree01e51830323fc928c1ec099cbffd183619738448 /TODO
parent09698566e1b238830eca1085a65f6292195805a9 (diff)
Added a BUG and a TODO item
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index e4dd69d3..2121768d 100644
--- a/TODO
+++ b/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).