Class

PathNode.RelativeHorizontalTo

Draws a horizontal line from the current point, offset by a relative distance dx.

Common
data class RelativeHorizontalTo(val dx: Float) : PathNode()

Draws a horizontal line from the current point, offset by a relative distance dx. Corresponds to the h path data command.

Parameters

dx The relative change in the x-coordinate.