SVGGElement constructor

SVGGElement()

Creates an SVGGElement using the tag 'g'.

Implementation

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