Source set: Common
public data class HorizontalTo(public val x: Float) : PathNode()
Draws a horizontal line from the current point to the specified absolute x-coordinate. Corresponds to the H path data command.
Parameters
| x | The absolute x-coordinate of the line's end point. |