lr method

lr

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

Returns

The current PathBuilder instance.

def lr(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x-coordinate of the end point of the line, relative to the current position.
yfloatThe y-coordinate of the end point of the line, relative to the current position.

See Also