| Index: client/dom/generated/src/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| diff --git a/client/dom/generated/src/interface/SVGPathSegCurvetoCubicSmoothAbs.dart b/client/dom/generated/src/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| index b7dc233244a8815c22eb9b6766a4673dad16aba2..38dd6111a334f31484bd2abb154f99c4178c99b3 100644
|
| --- a/client/dom/generated/src/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| +++ b/client/dom/generated/src/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| @@ -6,19 +6,11 @@
|
|
|
| interface SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg {
|
|
|
| - num get x();
|
| + num x;
|
|
|
| - void set x(num value);
|
| + num x2;
|
|
|
| - num get x2();
|
| + num y;
|
|
|
| - void set x2(num value);
|
| -
|
| - num get y();
|
| -
|
| - void set y(num value);
|
| -
|
| - num get y2();
|
| -
|
| - void set y2(num value);
|
| + num y2;
|
| }
|
|
|