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