SVGSVGElement constructor

SVGSVGElement()

Creates an SVGSVGElement using the tag 'svg'.

Implementation

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