X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/7f2b3f28e67244f02d30d8688babf3f8df7f60bb..7a1a2b568f62f2060779478f88a0c20ed2efc6fd:/TODO diff --git a/TODO b/TODO index c077ac2c..61fb9634 100644 --- 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