create_svg_path_seg_curveto_quadratic_smooth_rel method

create_svg_path_seg_curveto_quadratic_smooth_rel

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.

Returns

A stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.

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