reset method
Clears the Path object of all subpaths, returning it to the same state it had when it was created. The current point is reset to the origin.
Implementation
void reset() native 'Path_reset';
Clears the Path object of all subpaths, returning it to the same state it had when it was created. The current point is reset to the origin.
void reset() native 'Path_reset';