PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(
num x,
num y,
num x1,
num y1,
num x2,
num y2
)

Not documented.

Source

@DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
@DocsEditable()
PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance.createSVGPathSegCurvetoCubicRel_Callback_6_(unwrap_jso(this), x, y, x1, y1, x2, y2);