SVGFEMorphologyElement constructor

SVGFEMorphologyElement()

Creates an SVGFEMorphologyElement using the tag 'feMorphology'.

Implementation

SVGFEMorphologyElement()
    : _ = document.createElementNS(
        'http://www.w3.org/2000/svg',
        'feMorphology',
      );