Declaration

func decomposeAndCleanupError() throws

Declaration

- (BOOL) decomposeAndCleanupError:(NSError **) error;

Declaration

decomposeAndCleanupError_() -> tuple[bool, NSError]

Parameters

error

On return, an error caused by invalid path structure.

Discussion

Components that cannot remain compatible are decomposed, component anchors are materialized when needed, and paths are cleaned up and validated. Hints are retained for the subsequent conversion.

Return Value

Whether the layers were compatible and preparation succeeded.

Discussion

Components that cannot remain compatible are decomposed, component anchors are materialized when needed, and paths are cleaned up and validated. Hints are retained for the subsequent conversion.

See Also

Curve Conversion