Skip to content

Commit

Permalink
Add two more things to do.
Browse files Browse the repository at this point in the history
  • Loading branch information
anachrocomputer committed Apr 24, 2019
1 parent 6f432c8 commit 84f80ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ SIGINT has stopped a plot.
function that will reverse a line end-for-end to speed up drawing. That function
is useful in many situations and would eliminate explicit logic to plot
lines in reverse directions.
* Move 'spiral()' into the library. Another useful general-purpose
drawing function. Make sure it can start with a non-zero radius, and draw
both clockwise and anti-clockwise.
* Introduce a proper strategy for handling arc tolerance. Several
functions have a hard-coded '72' in them to represent the default HPGL
arc tolerance of 72 chords. Make this a settable parameter somehow.
* Add multi-pen support. Probably make the '-p' argument accept a
comma-separated list of pens. Plot programs could then call for the
next (or previous) pen and make simple multi-colour plots.
Expand Down

0 comments on commit 84f80ba

Please sign in to comment.