Skip to content
clpetersen edited this page Oct 27, 2014 · 2 revisions

Moves the pen without writing to (x,y) relative to the origin. This function must always be used before the first graph-lineto in order to define a current point for the line to go from.

Parameter Description
g graph context
x,y new pen location

Example

(graph-moveto g -0.5 -0.5)
Clone this wiki locally