| Index: client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticRel.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticRel.dart b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticRel.dart
|
| index ca3c13ac69fdefd6665d5fa384d4520259f27e11..2d7a92cae349f58d83ce196c61291bd01d88ff27 100644
|
| --- a/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticRel.dart
|
| +++ b/client/dom/generated/src/frog/SVGPathSegCurvetoQuadraticRel.dart
|
| @@ -1,19 +1,11 @@
|
|
|
| class _SVGPathSegCurvetoQuadraticRelJs extends _SVGPathSegJs implements SVGPathSegCurvetoQuadraticRel native "*SVGPathSegCurvetoQuadraticRel" {
|
|
|
| - num get x() native "return this.x;";
|
| + num x;
|
|
|
| - void set x(num value) native "this.x = value;";
|
| + num x1;
|
|
|
| - num get x1() native "return this.x1;";
|
| + num y;
|
|
|
| - void set x1(num value) native "this.x1 = value;";
|
| -
|
| - num get y() native "return this.y;";
|
| -
|
| - void set y(num value) native "this.y = value;";
|
| -
|
| - num get y1() native "return this.y1;";
|
| -
|
| - void set y1(num value) native "this.y1 = value;";
|
| + num y1;
|
| }
|
|
|