HorizontalLineTo

internal struct HorizontalLineTo : PathCommand

The PathCommand that corresponds to the SVG H or h command

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

    Declaration

    Swift

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