Index: client/dom/generated/src/frog/SVGFEFloodElement.dart |
diff --git a/client/dom/generated/src/frog/SVGFEFloodElement.dart b/client/dom/generated/src/frog/SVGFEFloodElement.dart |
deleted file mode 100644 |
index 3e92a83da9de54f252e1119a4fc8077b9b7b38d9..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/SVGFEFloodElement.dart |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
- |
-class _SVGFEFloodElementJs extends _SVGElementJs implements SVGFEFloodElement native "*SVGFEFloodElement" { |
- |
- // 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; |
-} |