SVGMPathElement constructor

SVGMPathElement()

Creates an SVGMPathElement using the tag 'mpath'.

Implementation

SVGMPathElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'mpath',
      );