| Index: client/dom/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| diff --git a/client/dom/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart b/client/dom/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| index 6df55070411e92e6e13268955cd2e77497ac3c24..52d13c48b7b909f007b0d42176002fab6b72f4fd 100644
|
| --- a/client/dom/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| +++ b/client/dom/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| @@ -6,19 +6,11 @@
|
|
|
| interface SVGPathSegCurvetoQuadraticRel extends SVGPathSeg {
|
|
|
| - num get x();
|
| + num x;
|
|
|
| - void set x(num value);
|
| + num x1;
|
|
|
| - num get x1();
|
| + num y;
|
|
|
| - void set x1(num value);
|
| -
|
| - num get y();
|
| -
|
| - void set y(num value);
|
| -
|
| - num get y1();
|
| -
|
| - void set y1(num value);
|
| + num y1;
|
| }
|
|
|