Expression painter:moveto(x,y)
terminates the
last subpath of the current path and moves
the current point to coordinates (x0+x,y0+y)
where (x0,y0)
are the coordinates of the previous
current point.
The behavior of this function is undefined when the current point is not set
See also: PostScript operator rmoveto
.