ClosePath
internal struct ClosePath : PathCommand
The PathCommand
that corresponds to the SVG Z
or z
command
-
Closes the current path
Declaration
Swift
internal func execute(on path: UIBezierPath, previousCommand: PreviousCommand? = nil)