SvgElement.tag 构造函数

SvgElement.tag(
  1. String tag
)

实现

factory SvgElement.tag(String tag) =>
    document.createElementNS("http://www.w3.org/2000/svg", tag) as SvgElement;