Instance Method
convertToQuadratic
Converts the path to quadratic curve segments.
Not available in Swift.
Declaration
- (void) convertToQuadratic;Declaration
convertToQuadratic()Discussion
The conversion uses convertToTrueTypeError()convertToTrueTypeErrorconvertToTrueTypeError as its curve tolerance.
See Also
Curve Conversion
The default tolerance for converting cubic curve segments to quadratic curve segments.
Converts the path to cubic curve segments.
The tolerance used when converting the path to quadratic curve segments.
Converts the path to quadratic curve segments.
Converts special curve node types to Bezier curve segments.
Converts the path to Hobby curve segments.
Applies converted quadratic segments to existing nodes.