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