SVGPathElement constructor

SVGPathElement()

Creates an SVGPathElement using the tag 'path'.

Implementation

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