based on discussion with lathos on IRC
authorTony Cook <tony@develop=help.com>
Thu, 30 Aug 2001 12:48:53 +0000 (12:48 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 30 Aug 2001 12:48:53 +0000 (12:48 +0000)
TODO

diff --git a/TODO b/TODO
index e9d6505067f0b1a642eb07ef8cc75f0d593ac006..d43e25b36671545cf94126e7b25975ce11ba26f3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -46,15 +46,15 @@ New Features:
 - utf8 support for text output
 
 - image rotation, 3 ways of doing rotation:
-  - exact multiple of 90 degrees (the easy case) (done)
-  - rotation by exact angles that results in no scaling, using 
-    interpolation to produce a good result (done)
   - rotation by shearing, which produces makes lengths in the image larger,
     but could be useful
+  (2 of the 3 have been done)
 
 - read_multi() needs to handle other multi-image types, such as TIFF 
   (probably the most common)
 
+- hatched fills
+
 Clean up:
 - Make sure everything is doable with the OO interface
   i_flood_fill() for example.