| Index: client/dom/generated/src/frog/SVGFEFloodElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEFloodElement.dart b/client/dom/generated/src/frog/SVGFEFloodElement.dart
|
| index f61d596f8414a5292126fcf3abeac97350e88097..829a3d77ab3d1be1acc35301443857254510231e 100644
|
| --- a/client/dom/generated/src/frog/SVGFEFloodElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEFloodElement.dart
|
| @@ -3,21 +3,21 @@ class SVGFEFloodElement extends SVGElement native "*SVGFEFloodElement" {
|
|
|
| // From SVGFilterPrimitiveStandardAttributes
|
|
|
| - SVGAnimatedLength height;
|
| + SVGAnimatedLength get height() native "return this.height;";
|
|
|
| - SVGAnimatedString result;
|
| + SVGAnimatedString get result() native "return this.result;";
|
|
|
| - SVGAnimatedLength width;
|
| + SVGAnimatedLength get width() native "return this.width;";
|
|
|
| - SVGAnimatedLength x;
|
| + SVGAnimatedLength get x() native "return this.x;";
|
|
|
| - SVGAnimatedLength y;
|
| + SVGAnimatedLength get y() native "return this.y;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedString className;
|
| + SVGAnimatedString get className() native "return this.className;";
|
|
|
| - CSSStyleDeclaration style;
|
| + CSSStyleDeclaration get style() native "return this.style;";
|
|
|
| CSSValue getPresentationAttribute(String name) native;
|
| }
|
|
|