m method

m

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

Returns

The current PathBuilder instance.

def m(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x-coordinate to move to.
yfloatThe y-coordinate to move to.

See Also