- @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
- @DocsEditable()
Source
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
@DocsEditable()
PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(
num x, num y, num x2, num y2) =>
_blink.BlinkSVGPathElement.instance
.createSVGPathSegCurvetoCubicSmoothRel_Callback_4_(
this, x, y, x2, y2);