创建一个新的 <svg> 元素。
<svg>
这等价于调用 new Element.tag('svg')。
new Element.tag('svg')
factory Element.svg() => new Element.tag('svg');