Type Method
removeOverlapPaths(_:)removeOverlapPaths:error: removeOverlapPaths_error_
Uses the italicAngle of the layer of the first path.
Declaration
class func removeOverlapPaths(_ paths: NSMutableArray!) throwsDeclaration
+ (BOOL) removeOverlapPaths:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;Declaration
removeOverlapPaths_error_(paths: list[GSPath]) -> tuple[bool, NSError]