Class

PathNode.HorizontalTo

Draws a horizontal line from the current point to the specified absolute x-coordinate.

Common
data class HorizontalTo(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.