We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Closes the current defined path by inserting a line to the last graph-moveto or graph-rmoveto position, and strokes the path.
Draw a red box using the path operations:
(graph-color g Red) (graph-moveto g -0.5 -0.5) (graph-lineto g 0.5 -0.5) (graph-lineto g 0.5 0.5) (graph-lineto g -0.5 0.5) (graph-closepathstroke g)