| Index: client/dom/generated/src/frog/SVGFEOffsetElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEOffsetElement.dart b/client/dom/generated/src/frog/SVGFEOffsetElement.dart
|
| deleted file mode 100644
|
| index 1bc4a39a814d6ec5129938edbf09b9d7e68c3ee3..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/SVGFEOffsetElement.dart
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -
|
| -class _SVGFEOffsetElementJs extends _SVGElementJs implements SVGFEOffsetElement native "*SVGFEOffsetElement" {
|
| -
|
| - final _SVGAnimatedNumberJs dx;
|
| -
|
| - final _SVGAnimatedNumberJs dy;
|
| -
|
| - final _SVGAnimatedStringJs in1;
|
| -
|
| - // From SVGFilterPrimitiveStandardAttributes
|
| -
|
| - final _SVGAnimatedLengthJs height;
|
| -
|
| - final _SVGAnimatedStringJs result;
|
| -
|
| - final _SVGAnimatedLengthJs width;
|
| -
|
| - final _SVGAnimatedLengthJs x;
|
| -
|
| - final _SVGAnimatedLengthJs y;
|
| -
|
| - // From SVGStylable
|
| -
|
| - final _SVGAnimatedStringJs className;
|
| -
|
| - // Use implementation from Element.
|
| - // final _CSSStyleDeclarationJs style;
|
| -
|
| - _CSSValueJs getPresentationAttribute(String name) native;
|
| -}
|
|
|