Skip to content
Chris Petersen edited this page Oct 16, 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](Function 484) 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