graph moveto - part-cw/lambdanative GitHub Wiki
(graph-moveto g x y)
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)