| Index: client/dom/generated/src/interface/SVGRectElement.dart
|
| diff --git a/client/dom/generated/src/interface/SVGRectElement.dart b/client/dom/generated/src/interface/SVGRectElement.dart
|
| index 9bd2520dcf4bd2c429a32379f6491b87c456a458..e0175e940a72153597e9daab84214a62aa353ef8 100644
|
| --- a/client/dom/generated/src/interface/SVGRectElement.dart
|
| +++ b/client/dom/generated/src/interface/SVGRectElement.dart
|
| @@ -6,15 +6,15 @@
|
|
|
| interface SVGRectElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable {
|
|
|
| - SVGAnimatedLength get height();
|
| + final SVGAnimatedLength height;
|
|
|
| - SVGAnimatedLength get rx();
|
| + final SVGAnimatedLength rx;
|
|
|
| - SVGAnimatedLength get ry();
|
| + final SVGAnimatedLength ry;
|
|
|
| - SVGAnimatedLength get width();
|
| + final SVGAnimatedLength width;
|
|
|
| - SVGAnimatedLength get x();
|
| + final SVGAnimatedLength x;
|
|
|
| - SVGAnimatedLength get y();
|
| + final SVGAnimatedLength y;
|
| }
|
|
|