| Index: client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| index 5e1bb48db82d97ec53f752102e34f40752b2b4a5..26ed698c4a60ea46812b77c78a78d9673902be7b 100644
|
| --- a/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| +++ b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| class SVGFilterPrimitiveStandardAttributes extends SVGStylable native "*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;";
|
| }
|
|
|