Index: client/html/generated/html/interface/SVGFEMorphologyElement.dart |
diff --git a/client/html/generated/html/interface/SVGFEMorphologyElement.dart b/client/html/generated/html/interface/SVGFEMorphologyElement.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a5056928deeefd7c88e718d4f18c15b7be7bacd |
--- /dev/null |
+++ b/client/html/generated/html/interface/SVGFEMorphologyElement.dart |
@@ -0,0 +1,24 @@ |
+// 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 SVGFEMorphologyElement extends SVGElement, SVGFilterPrimitiveStandardAttributes { |
+ |
+ static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
+ |
+ static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
+ |
+ static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
+ |
+ final SVGAnimatedString in1; |
+ |
+ final SVGAnimatedEnumeration operator; |
+ |
+ final SVGAnimatedNumber radiusX; |
+ |
+ final SVGAnimatedNumber radiusY; |
+ |
+ void setRadius(num radiusX, num radiusY); |
+} |