Index: client/html/generated/html/interface/SVGFilterElement.dart |
diff --git a/client/html/generated/html/interface/SVGFilterElement.dart b/client/html/generated/html/interface/SVGFilterElement.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b138148796b9fd2494c783a582f0e21d562f26a |
--- /dev/null |
+++ b/client/html/generated/html/interface/SVGFilterElement.dart |
@@ -0,0 +1,26 @@ |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+ |
+// WARNING: Do not edit - generated code. |
+ |
+interface SVGFilterElement extends SVGElement, SVGURIReference, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable { |
+ |
+ final SVGAnimatedInteger filterResX; |
+ |
+ final SVGAnimatedInteger filterResY; |
+ |
+ final SVGAnimatedEnumeration filterUnits; |
+ |
+ final SVGAnimatedLength height; |
+ |
+ final SVGAnimatedEnumeration primitiveUnits; |
+ |
+ final SVGAnimatedLength width; |
+ |
+ final SVGAnimatedLength x; |
+ |
+ final SVGAnimatedLength y; |
+ |
+ void setFilterRes(int filterResX, int filterResY); |
+} |