多边形元素 构造函数

多边形元素()

实现

factory PolygonElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("polygon")
        as PolygonElement;