- @DomName('SVGPathElement.createSVGPathSegMovetoAbs')
- @DocsEditable()
Source
@DomName('SVGPathElement.createSVGPathSegMovetoAbs')
@DocsEditable()
PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) =>
_blink.BlinkSVGPathElement.instance
.createSVGPathSegMovetoAbs_Callback_2_(this, x, y);