create_svg_path_seg_moveto_rel method

create_svg_path_seg_moveto_rel

Returns a stand-alone, parentless SVGPathSegMovetoRel object.

Returns

A stand-alone, parentless SVGPathSegMovetoRel object.

def create_svg_path_seg_moveto_rel(self, x, y):
    ...
ParameterTypeDescription
xfloatThe relative X coordinate for the end point of this path segment.
yfloatThe relative Y coordinate for the end point of this path segment.

See Also