The SVGFEOffsetElement interface corresponds to the <feOffset> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFEOffsetElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFEOffsetElement.in1 Read onlyAn SVGAnimatedString corresponding to the in attribute of the given element.
SVGFEOffsetElement.dx Read onlyAn SVGAnimatedNumber corresponding to the dx attribute of the given element.
SVGFEOffsetElement.dy Read onlyAn SVGAnimatedNumber corresponding to the dy attribute of the given element.
SVGFEOffsetElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFEOffsetElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFEOffsetElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFEOffsetElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.