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

PathNode.RelativeVerticalTo

Draws a vertical line from the current point, offset by a relative distance dy.

Source set: Common
public data class RelativeVerticalTo(public val dy: Float) : PathNode()

Draws a vertical line from the current point, offset by a relative distance dy. Corresponds to the v path data command.

Parameters

dy The relative change in the y-coordinate.