SVGFEMorphologyElement constructor
Creates an SVGFEMorphologyElement using the tag 'feMorphology'.
Implementation
SVGFEMorphologyElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'feMorphology',
);
Creates an SVGFEMorphologyElement using the tag 'feMorphology'.
SVGFEMorphologyElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'feMorphology',
);