SVGFEDropShadowElement
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.
The SVGFEDropShadowElement
interface corresponds to the <feDropShadow>
element.
Instance properties
This interface also inherits properties from its parent interface, SVGElement
.
SVGFEDropShadowElement.dx
Read only-
An
SVGAnimatedNumber
corresponding to thedx
attribute of the given element. SVGFEDropShadowElement.dy
Read only-
An
SVGAnimatedNumber
corresponding to thedy
attribute of the given element. SVGFEDropShadowElement.height
Read only-
An
SVGAnimatedLength
corresponding to theheight
attribute of the given element. SVGFEDropShadowElement.in1
Read only-
An
SVGAnimatedString
corresponding to thein
attribute of the given element. SVGFEDropShadowElement.result
Read only-
An
SVGAnimatedString
corresponding to theresult
attribute of the given element. SVGFEDropShadowElement.stdDeviationX
Read only-
An
SVGAnimatedNumber
corresponding to the (possibly automatically computed) X component of thestdDeviation
attribute of the given element. SVGFEDropShadowElement.stdDeviationY
Read only-
An
SVGAnimatedNumber
corresponding to the (possibly automatically computed) Y component of thestdDeviation
attribute of the given element. SVGFEDropShadowElement.width
Read only-
An
SVGAnimatedLength
corresponding to thewidth
attribute of the given element. SVGFEDropShadowElement.x
Read only-
An
SVGAnimatedLength
corresponding to thex
attribute of the given element. SVGFEDropShadowElement.y
Read only-
An
SVGAnimatedLength
corresponding to they
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
Specification |
---|
Filter Effects Module Level 1 # InterfaceSVGFEDropShadowElement |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
SVGFEDropShadowElement | ||||||||||||
dx | ||||||||||||
dy | ||||||||||||
height | ||||||||||||
in1 | ||||||||||||
result | ||||||||||||
setStdDeviation | ||||||||||||
stdDeviationX | ||||||||||||
stdDeviationY | ||||||||||||
width | ||||||||||||
x | ||||||||||||
y |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support