Common
data class RelativeVerticalTo(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. |
Draws a vertical line from the current point, offset by a relative distance dy.
data class RelativeVerticalTo(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.
| dy | The relative change in the y-coordinate. |