Dart API Reference
dart:svg
PathElement
createSvgPathSegCurvetoCubicRel
createSvgPathSegCurvetoCubicRel
method
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
@DocsEditable()
PathSegCurvetoCubicRel
createSvgPathSegCurvetoCubicRel
(
num
x
,
num
y
,
num
x1
,
num
y1
,
num
x2
,
num
y2
)