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