relativeMoveTo method
- 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';
Starts a new sub-path at the given offset from the current point.
void relativeMoveTo(double dx, double dy) native 'Path_relativeMoveTo';