create_svg_path_seg_lineto_vertical_abs method

create_svg_path_seg_lineto_vertical_abs

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

Returns

A stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

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

See Also