relativeMoveTo method

void relativeMoveTo (double dx, double dy)

Starts a new sub-path at the given offset from the current point.

Implementation

void relativeMoveTo(double dx, double dy) native 'Path_relativeMoveTo';