SVGFEDropShadowElement
The SVGFEDropShadowElement interface corresponds to the <feDropShadow> element.
Properties
This interface also inherits properties from its parent interface, SVGElement.
-
SVGFEDropShadowElement.dxRead only -
An
SVGAnimatedNumbercorresponding to thedxattribute of the given element. -
SVGFEDropShadowElement.dyRead only -
An
SVGAnimatedNumbercorresponding to thedyattribute of the given element. -
SVGFEDropShadowElement.heightRead only -
An
SVGAnimatedLengthcorresponding to theheightattribute of the given element. -
SVGFEDropShadowElement.in1Read only -
An
SVGAnimatedStringcorresponding to theinattribute of the given element. -
SVGFEDropShadowElement.resultRead only -
An
SVGAnimatedStringcorresponding to theresultattribute of the given element. -
SVGFEDropShadowElement.stdDeviationXRead only -
An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) X component of thestdDeviationXattribute of the given element. -
SVGFEDropShadowElement.stdDeviationYRead only -
An
SVGAnimatedNumbercorresponding to the (possibly automatically computed) Y component of thestdDeviationYattribute of the given element. -
SVGFEDropShadowElement.widthRead only -
An
SVGAnimatedLengthcorresponding to thewidthattribute of the given element. -
SVGFEDropShadowElement.xRead only -
An
SVGAnimatedLengthcorresponding to thexattribute of the given element. -
SVGFEDropShadowElement.yRead only -
An
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Methods
This interface also inherits methods of its parent, SVGElement.
SVGFEDropShadowElement.setStdDeviation()-
Sets the values for the
stdDeviationattribute.
Specifications
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
SVGFEDropShadowElement |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
dx |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
dy |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
in1 |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
setStdDeviation |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
stdDeviationX |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
stdDeviationY |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
height |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
result |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
width |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
x |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
y |
13 |
79 |
30 |
No |
15 |
6 |
≤37 |
18 |
30 |
14 |
6 |
1.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDropShadowElement