Index: client/html/generated/html/frog/SVGFEImageElement.dart |
diff --git a/client/html/generated/html/frog/SVGFEImageElement.dart b/client/html/generated/html/frog/SVGFEImageElement.dart |
deleted file mode 100644 |
index 218b6f3e2e20971af771ac3106eb140c8e7e6170..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/SVGFEImageElement.dart |
+++ /dev/null |
@@ -1,40 +0,0 @@ |
- |
-class _SVGFEImageElementImpl extends _SVGElementImpl implements SVGFEImageElement native "*SVGFEImageElement" { |
- |
- final _SVGAnimatedPreserveAspectRatioImpl preserveAspectRatio; |
- |
- // From SVGURIReference |
- |
- final _SVGAnimatedStringImpl href; |
- |
- // From SVGLangSpace |
- |
- String xmllang; |
- |
- String xmlspace; |
- |
- // From SVGExternalResourcesRequired |
- |
- final _SVGAnimatedBooleanImpl externalResourcesRequired; |
- |
- // From SVGFilterPrimitiveStandardAttributes |
- |
- final _SVGAnimatedLengthImpl height; |
- |
- final _SVGAnimatedStringImpl result; |
- |
- final _SVGAnimatedLengthImpl width; |
- |
- final _SVGAnimatedLengthImpl x; |
- |
- final _SVGAnimatedLengthImpl y; |
- |
- // From SVGStylable |
- |
- _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
- |
- // Use implementation from Element. |
- // final _CSSStyleDeclarationImpl style; |
- |
- _CSSValueImpl getPresentationAttribute(String name) native; |
-} |