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