Declaration

func decomposedPathsRemovingOverlap(_ removeOverlap: Bool) -> [GSPath]

Declaration

- (NSArray<GSPath *> *) decomposedPathsRemovingOverlap:(BOOL) removeOverlap;

Declaration

decomposedPathsRemovingOverlap_(removeOverlap: bool) -> list[GSPath]

Parameters

removeOverlap

Whether to remove overlaps from the flattened paths.

Discussion

Nested components and shape effects are flattened without modifying the component or its containing layer.

See Also

Decomposition