Element.svg constructor
Creates a new <svg> element.
This is equivalent to calling new Element.tag('svg').
Implementation
factory Element.svg() => new Element.tag('svg');
Creates a new <svg> element.
This is equivalent to calling new Element.tag('svg').
factory Element.svg() => new Element.tag('svg');