create_svg_path_seg_lineto_rel method

create_svg_path_seg_lineto_rel

Returns a stand-alone, parentless SVGPathSegLinetoRel object.

Returns

A stand-alone, parentless SVGPathSegLinetoRel object.

def create_svg_path_seg_lineto_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