| Index: client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
|
| diff --git a/client/html/generated/src/interface/OperationNotAllowedException.dart b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
|
| similarity index 64%
|
| copy from client/html/generated/src/interface/OperationNotAllowedException.dart
|
| copy to client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
|
| index a9a65d4f58d0e363ee826f8ee035c4249911d38e..e38d828fb03e55a0b02aac8ec8785f0505854e25 100644
|
| --- a/client/html/generated/src/interface/OperationNotAllowedException.dart
|
| +++ b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticSmoothAbs.dart
|
| @@ -4,13 +4,13 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface OperationNotAllowedException {
|
| +interface SVGPathSegCurvetoQuadraticSmoothAbs extends SVGPathSeg {
|
|
|
| - static final int NOT_ALLOWED_ERR = 1;
|
| + num get x();
|
|
|
| - int get code();
|
| + void set x(num value);
|
|
|
| - String get message();
|
| + num get y();
|
|
|
| - String get name();
|
| + void set y(num value);
|
| }
|
|
|