PathElement constructor

  1. @DomName('SVGPathElement.SVGPathElement')
  2. @DocsEditable()
PathElement()

Implementation

@DomName('SVGPathElement.SVGPathElement')
@DocsEditable()
factory PathElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("path");