Instance Method
closeOpenPaths(_:)closeOpenPaths:closeOpenPaths_
Connects the nearest endpoints of a collection of open paths.
Declaration
func closeOpenPaths(_ paths: [GSPath])Declaration
- (void) closeOpenPaths:(NSArray<GSPath *> *) paths;Declaration
closeOpenPaths_(paths: list[GSPath])See Also
Connecting Paths
Connects two path endpoints.
Connects two path endpoints and optionally adjusts their adjacent segments.
Opens or divides the path at a node.
Divides paths at two on-curve nodes and reconnects the resulting endpoints crosswise.
Reconnects four on-curve nodes according to their tangent directions.
Connects coincident endpoints of open paths.