Haxe API Documentation
Back | Index
extern class js.html.svg.FEOffsetElement
extends Element
Available in js
The input image as a whole is offset by the values specified in the dx and dy attributes. It's used in creating drop-shadows.

Documentation for this class was provided by MDN.
var dx(default,null) : AnimatedNumber
var dy(default,null) : AnimatedNumber
var in1(default,null) : AnimatedString
Back | Index