ClipPathElement 构造函数

ClipPathElement()

实现

factory ClipPathElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("clipPath")
        as ClipPathElement;