create_svg_path_seg_lineto_vertical_rel method

create_svg_path_seg_lineto_vertical_rel

Returns a stand-alone, parentless SVGPathSegLinetoVerticalRel object.

Returns

A stand-alone, parentless SVGPathSegLinetoVerticalRel object.

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

See Also