SVGFEFloodElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
TheSVGFEFloodElement interface corresponds to the<feFlood> element.
In this article
Instance properties
This interface also inherits properties from its parent interface,SVGElement.
SVGFEFloodElement.heightRead onlyAn
SVGAnimatedLengthcorresponding to theheightattribute of the given element.SVGFEFloodElement.resultRead onlyAn
SVGAnimatedStringcorresponding to theresultattribute of the given element.SVGFEFloodElement.widthRead onlyAn
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.SVGFEFloodElement.xRead onlyAn
SVGAnimatedLengthcorresponding to thexattribute of the given element.SVGFEFloodElement.yRead onlyAn
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Instance methods
This interface doesn't implement any specific methods, but inherits methods from its parent interface,SVGElement.
Specifications
| Specification |
|---|
| Filter Effects Module Level 1> # InterfaceSVGFEFloodElement> |