v method

v

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

Returns

The current PathBuilder instance.

def v(self, y):
    ...
ParameterTypeDescription
yfloatThe y-coordinate to draw a vertical line to.

See Also