LineTo

internal struct LineTo : PathCommand

The PathCommand that corresponds to the SVG L or l command

  • Creates a line from the path.currentPoint to point CGPoint(self.coordinateBuffer[0], coordinateBuffer[1])

    Declaration

    Swift

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