| Index: core/svg/SVGFEOffsetElement.idl
|
| diff --git a/core/svg/SVGFEOffsetElement.idl b/core/svg/SVGFEOffsetElement.idl
|
| index 1b6460af6ce3543902a59665862cfeb8080d1bcd..38eb9c4f313776b98d700d78a64d0c0add3a378e 100644
|
| --- a/core/svg/SVGFEOffsetElement.idl
|
| +++ b/core/svg/SVGFEOffsetElement.idl
|
| @@ -23,6 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEOffsetElement
|
| +
|
| interface SVGFEOffsetElement : SVGElement {
|
| readonly attribute SVGAnimatedString in1;
|
| readonly attribute SVGAnimatedNumber dx;
|
|
|