A simple PostScript drawing tool

You can draw simple figures in the following window and then output PostScript code reproducing what you draw.

Thus

new
(click)
curve
(click)
(click)
close
stroke
adjust
will draw three Bezier lines and put you in a position to reshape the path.

You can cut and paste to get the code into another application. The PostScript code does not conform to Adobe's EPS specifications. But it includes a bounding box description, and can be inserted into most applications requiring an EPS file.

All nodes of an active path are displayed, but only the starting node of inactive ones. An inactive path becomes active if its starting node is clicked on.