Declaration

func hasNonCubicCurves() -> Bool

Declaration

- (BOOL) hasNonCubicCurves;

Declaration

hasNonCubicCurves() -> bool

Discussion

A path with off-curve nodes and no cubic curve node is treated as non-cubic.

See Also

Checking Path Contents