FEDropShadowElement
package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGFEDropShadowElement
interface corresponds to the feDropShadow
element.
Documentation SVGFEDropShadowElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
read onlydx:AnimatedNumber
An SVGAnimatedNumber
corresponding to the dx
attribute of the given element.
read onlydy:AnimatedNumber
An SVGAnimatedNumber
corresponding to the dy
attribute of the given element.
read onlyheight:AnimatedLength
read onlyin1:AnimatedString
An SVGAnimatedString
corresponding to the in
attribute of the given element.
read onlyresult:AnimatedString
read onlystdDeviationX:AnimatedNumber
An SVGAnimatedNumber
corresponding to the (possibly automatically computed) X component of the stdDeviationX
attribute of the given element.
read onlystdDeviationY:AnimatedNumber
An SVGAnimatedNumber
corresponding to the (possibly automatically computed) Y component of the stdDeviationY
attribute of the given element.
read onlywidth:AnimatedLength
read onlyx:AnimatedLength
read onlyy:AnimatedLength
Methods
setStdDeviation(stdDeviationX:Float, stdDeviationY:Float):Void
Sets the values for the stdDeviation
attribute.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEDropShadowElement.html