QuadraticCurveTo
internal struct QuadraticCurveTo : PathCommand
The PathCommand
that corresponds to the SVG Q
or q
command
-
Declaration
Swift
internal func execute(on path: UIBezierPath, previousCommand: PreviousCommand? = nil)