l method

l

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

Returns

The current PathBuilder instance.

def l(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x-coordinate of the end point of the line.
yfloatThe y-coordinate of the end point of the line.

See Also