create_svg_path_seg_curveto_cubic_smooth_rel method

create_svg_path_seg_curveto_cubic_smooth_rel

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.

Returns

A stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.

def create_svg_path_seg_curveto_cubic_smooth_rel(self, x, y, x2, y2):
    ...
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.
x2floatThe relative X coordinate for the second control point.
y2floatThe relative Y coordinate for the second control point.

See Also