| Index: client/dom/generated/src/frog/SVGFEMorphologyElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEMorphologyElement.dart b/client/dom/generated/src/frog/SVGFEMorphologyElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4ba6366667237d83433c0a9b187cd74d71f3d83f
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFEMorphologyElement.dart
|
| @@ -0,0 +1,33 @@
|
| +
|
| +class SVGFEMorphologyElement extends SVGElement native "SVGFEMorphologyElement" {
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + SVGAnimatedEnumeration operator;
|
| +
|
| + SVGAnimatedNumber radiusX;
|
| +
|
| + SVGAnimatedNumber radiusY;
|
| +
|
| + void setRadius(num radiusX, num radiusY) native;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|