create_svg_path_seg_curveto_quadratic_abs method

create_svg_path_seg_curveto_quadratic_abs

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticAbs object.

Returns

A stand-alone, parentless SVGPathSegCurvetoQuadraticAbs object.

def create_svg_path_seg_curveto_quadratic_abs(self, x, y, x1, y1):
    ...
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.
x1floatThe absolute X coordinate for the first control point.
y1floatThe absolute Y coordinate for the first control point.

See Also