- version bump for development version
-
improved the circle drawing code, so that either the x- or y-axis distance properly determines the circle radius
-
added circle and ellipse drawing modes that work like freehand drawing but the nearest circle/ellipse corresponding to the input coordinates is drawn (makes use of the
conicfitpackage) -
in type mode, text is immediately shown while typing; can use and to toggle bold and italic, can use to toggle between the sans, mono, and serif font
-
can now toggle through four different point symbols and three different line types
-
added a smooth mode for freehand drawing
-
much faster undo for freehand drawing
-
info at the top now also shows the drawing mode; can click on the boxes to select the mode / color (or to toggle smooth/snap/symbol)
-
added option to rescale the visual information via the
infoargument
-
minor documentation updates
-
use
on.exit()as needed to resetpar()changes
- first release