Instance Method
cleanUp()cleanUpcleanUp
Removes redundant nodes and rounds node positions to the layer grid.
Declaration
func cleanUp()Declaration
- (void) cleanUp;Declaration
cleanUp()Discussion
Cleanup removes nodes that do not affect the path shape within the cleanup tolerance. It also closes an open path when its endpoints are nearly coincident.
See Also
Cleanup
Removes redundant nodes and rounds node positions to a grid.
Node indices that cleanup would keep.
Removes adjacent on-curve nodes at the same position.
See Also
Cleanup
Removes redundant nodes and rounds node positions to a grid.
Adds the node indices that cleanup would keep.
Removes adjacent on-curve nodes at the same position.