create_svg_path_seg_lineto_abs method

create_svg_path_seg_lineto_abs

Returns a stand-alone, parentless SVGPathSegLinetoAbs object.

Returns

A stand-alone, parentless SVGPathSegLinetoAbs object.

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

See Also