ClipPathElement constructor

  1. @DomName('SVGClipPathElement.SVGClipPathElement')
  2. @DocsEditable()
ClipPathElement()

Implementation

@DomName('SVGClipPathElement.SVGClipPathElement')
@DocsEditable()
factory ClipPathElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("clipPath");