hr method

hr

Adds a relative ‘Horizontal Line To’ command to the path data.

Returns

The current PathBuilder instance.

def hr(self, x):
    ...
ParameterTypeDescription
xfloatThe x-coordinate to draw a horizontal line to, relative to the current position.

See Also