多边形元素 构造函数

多边形元素()

实现

factory PolylineElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("polyline")
        as PolylineElement;