mr method

mr

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

Returns

The current PathBuilder instance.

def mr(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x-coordinate to move to, relative to the current position.
yfloatThe y-coordinate to move to, relative to the current position.

See Also