EllipticalArc
internal struct EllipticalArc: PathCommand
The PathCommand
that corresponds to the SVG A
or a
command
Todo
Still needs an implementation-
Declaration
Swift
var coordinateBuffer = [Double]()
-
Declaration
Swift
let numberOfRequiredParameters = 2
-
Declaration
Swift
let pathType: PathType
-
Declaration
Swift
init(pathType: PathType)
-
Declaration
Swift
func execute(on path: UIBezierPath, previousCommand: PreviousCommand? = nil)
Parameters
path
previousCommand