vr method

vr

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

Returns

The current PathBuilder instance.

def vr(self, y):
    ...
ParameterTypeDescription
yfloatThe y-coordinate to draw a vertical line to, relative to the current position.

See Also