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