- @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
- @DocsEditable()
Source
@DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel')
@DocsEditable()
PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(
num x, num y) =>
_blink.BlinkSVGPathElement.instance
.createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2_(this, x, y);