线段元素构造函数

线段元素()

实现

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