SVGFEDropShadowElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
TheSVGFEDropShadowElement interface corresponds to the<feDropShadow> element.
In this article
Instance properties
This interface also inherits properties from its parent interface,SVGElement.
SVGFEDropShadowElement.dxRead onlyAn
SVGAnimatedNumbercorresponding to thedxattribute of the given element.SVGFEDropShadowElement.dyRead onlyAn
SVGAnimatedNumbercorresponding to thedyattribute of the given element.SVGFEDropShadowElement.heightRead onlyAn
SVGAnimatedLengthcorresponding to theheightattribute of the given element.SVGFEDropShadowElement.in1Read onlyAn
SVGAnimatedStringcorresponding to theinattribute of the given element.SVGFEDropShadowElement.resultRead onlyAn
SVGAnimatedStringcorresponding to theresultattribute of the given element.SVGFEDropShadowElement.stdDeviationXRead onlyAn
SVGAnimatedNumbercorresponding to the (possibly automatically computed) X component of thestdDeviationattribute of the given element.SVGFEDropShadowElement.stdDeviationYRead onlyAn
SVGAnimatedNumbercorresponding to the (possibly automatically computed) Y component of thestdDeviationattribute of the given element.SVGFEDropShadowElement.widthRead onlyAn
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.SVGFEDropShadowElement.xRead onlyAn
SVGAnimatedLengthcorresponding to thexattribute of the given element.SVGFEDropShadowElement.yRead onlyAn
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Instance methods
This interface also inherits methods of its parent,SVGElement.
SVGFEDropShadowElement.setStdDeviation()Sets the values for the
stdDeviationattribute.
Specifications
| Specification |
|---|
| Filter Effects Module Level 1> # InterfaceSVGFEDropShadowElement> |