Dart API Reference
dart:svg
PathElement
createSvgPathSegCurvetoCubicSmoothRel
createSvgPathSegCurvetoCubicSmoothRel
method
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel')
@DocsEditable()
PathSegCurvetoCubicSmoothRel
createSvgPathSegCurvetoCubicSmoothRel
(
num
x
,
num
y
,
num
x2
,
num
y2
)