W3cubDocs

/Web APIs

SVGFEDropShadowElement

The SVGFEDropShadowElement interface corresponds to the <feDropShadow> element.

EventTarget Node Element SVGElement SVGFEDropShadowElement

Instance properties

This interface also inherits properties from its parent interface, SVGElement.

SVGFEDropShadowElement.dx Read only

An SVGAnimatedNumber corresponding to the dx attribute of the given element.

SVGFEDropShadowElement.dy Read only

An SVGAnimatedNumber corresponding to the dy attribute of the given element.

SVGFEDropShadowElement.height Read only

An SVGAnimatedLength corresponding to the height attribute of the given element.

SVGFEDropShadowElement.in1 Read only

An SVGAnimatedString corresponding to the in attribute of the given element.

SVGFEDropShadowElement.result Read only

An SVGAnimatedString corresponding to the result attribute of the given element.

SVGFEDropShadowElement.stdDeviationX Read only

An SVGAnimatedNumber corresponding to the (possibly automatically computed) X component of the stdDeviationX attribute of the given element.

SVGFEDropShadowElement.stdDeviationY Read only

An SVGAnimatedNumber corresponding to the (possibly automatically computed) Y component of the stdDeviationY attribute of the given element.

SVGFEDropShadowElement.width Read only

An SVGAnimatedLength corresponding to the width attribute of the given element.

SVGFEDropShadowElement.x Read only

An SVGAnimatedLength corresponding to the x attribute of the given element.

SVGFEDropShadowElement.y Read only

An SVGAnimatedLength corresponding to the y attribute of the given element.

Instance methods

This interface also inherits methods of its parent, SVGElement.

SVGFEDropShadowElement.setStdDeviation()

Sets the values for the stdDeviation attribute.

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 4.4 18 30 14 6 1.0
dx 13 79 30 No 15 6 4.4 18 30 14 6 1.0
dy 13 79 30 No 15 6 4.4 18 30 14 6 1.0
height 13 79 30 No 15 6 4.4 18 30 14 6 1.0
in1 13 79 30 No 15 6 4.4 18 30 14 6 1.0
result 13 79 30 No 15 6 4.4 18 30 14 6 1.0
setStdDeviation 13 79 30 No 15 6 4.4 18 30 14 6 1.0
stdDeviationX 13 79 30 No 15 6 4.4 18 30 14 6 1.0
stdDeviationY 13 79 30 No 15 6 4.4 18 30 14 6 1.0
width 13 79 30 No 15 6 4.4 18 30 14 6 1.0
x 13 79 30 No 15 6 4.4 18 30 14 6 1.0
y 13 79 30 No 15 6 4.4 18 30 14 6 1.0

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEDropShadowElement