VerticalLineTo

internal struct VerticalLineTo : PathCommand

The PathCommand that corresponds to the SVG V or v command

  • Adds a vertical line from the currentPoint to CGPoint(path.currentPoint.y, self.coordinateBuffer[0])

    Declaration

    Swift

    internal func execute(on path: UIBezierPath, previousCommand: PreviousCommand? = nil)