File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ SIGINT has stopped a plot.
15
15
function that will reverse a line end-for-end to speed up drawing. That function
16
16
is useful in many situations and would eliminate explicit logic to plot
17
17
lines in reverse directions.
18
+ * Move 'spiral()' into the library. Another useful general-purpose
19
+ drawing function. Make sure it can start with a non-zero radius, and draw
20
+ both clockwise and anti-clockwise.
21
+ * Introduce a proper strategy for handling arc tolerance. Several
22
+ functions have a hard-coded '72' in them to represent the default HPGL
23
+ arc tolerance of 72 chords. Make this a settable parameter somehow.
18
24
* Add multi-pen support. Probably make the '-p' argument accept a
19
25
comma-separated list of pens. Plot programs could then call for the
20
26
next (or previous) pen and make simple multi-colour plots.
You can’t perform that action at this time.
0 commit comments