SVGGElement constructor
SVGGElement()
Creates an SVGGElement using the tag 'g'.
Implementation
SVGGElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'g',
);
Creates an SVGGElement using the tag 'g'.
SVGGElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'g',
);