Creates a new <svg> element. /// /// This is identical to calling new Element.tag('svg').

Source

factory Element.svg() => new Element.tag('svg');