🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

PathNode.VerticalTo

Draws a vertical line from the current point to the specified absolute y-coordinate.

Source set: Common
public data class VerticalTo(public val y: Float) : PathNode()

Draws a vertical line from the current point to the specified absolute y-coordinate. Corresponds to the V path data command.

Parameters

y The absolute y-coordinate of the line's end point.