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