The CanvasRenderingContext2D.moveTo() method of the Canvas 2D API begins a new sub-path at the point specified by the given (x, y) coordinates.
CanvasRenderingContext2D.moveTo()
(x, y)
external void moveTo( num x, num y, );