t method

t

Adds a ‘Smooth Quadratic Bezier Curve To’ command to the path data.

Returns

The current PathBuilder instance.

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

See Also