moveTo method

void moveTo (double x, double y)

Starts a new sub-path at the given coordinate.

Implementation

void moveTo(double x, double y) native 'Path_moveTo';