]> git.imager.perl.org - imager.git/commitdiff
TODO: elliptical arc
authorTony Cook <tony@develop=help.com>
Wed, 16 Apr 2008 23:59:41 +0000 (23:59 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 16 Apr 2008 23:59:41 +0000 (23:59 +0000)
arc() now does AA filled areas, correct the BUGS in Imager::Draw

TODO
lib/Imager/Draw.pod

diff --git a/TODO b/TODO
index c077ac2c2594a3b4f1801de191613e4d279f41dc..61fb9634f2ec22eab8ddaa93618293ad998ac13d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -406,6 +406,19 @@ New Features:
 
 - arc outlines
 
+- filled/outlined ellipses and elliptical arcs
+
+  Complexities include:
+
+  a) when drawing a pie segment, are the angles specified the real
+  angles (since the scaling changes the angles if you just use sin() and
+  cos() directly) or the angle before scaling?  I can see cases where
+  both are useful.
+
+  b) can you control the angles of the axes of symmetry? (the axes would
+  remain at right angles to each other) Does this change the effect of
+  the d1 and d2 parameters?
+
 - complex lines/curves:
   - thick lines:
     - dotted/dashed lines
index ec2cbb344047cf46ae96eeee3e4343388e24dc72..60ac552e86de837b618994f8baa4736c260dca80 100644 (file)
@@ -1147,7 +1147,7 @@ Returns a list of possible combine types.
 
 =head1 BUGS
 
-box, arc, do not support antialiasing yet.  Arc, is only filled as of
+box() does not support antialiasing yet.  Arc, is only filled as of
 yet.  Default color is not unified yet.
 
 =head1 AUTHOR