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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..386c6c69d4c2186f61767077fa8bfc4ba8923252 |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGFEImageElement.dart |
@@ -0,0 +1,40 @@ |
+ |
+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 _className() native "return this.className;"; |
+ |
+ // Use implementation from Element. |
+ // final _CSSStyleDeclarationImpl style; |
+ |
+ _CSSValueImpl getPresentationAttribute(String name) native; |
+} |