| Index: client/html/generated/src/interface/SVGPathSegCurvetoQuadraticAbs.dart
|
| diff --git a/client/html/generated/src/interface/Point.dart b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticAbs.dart
|
| similarity index 70%
|
| copy from client/html/generated/src/interface/Point.dart
|
| copy to client/html/generated/src/interface/SVGPathSegCurvetoQuadraticAbs.dart
|
| index f9a6161f45f84011c89486d2237a69bb04941812..9c9e8a577e84e82a76a44eddc20136a0abb0b080 100644
|
| --- a/client/html/generated/src/interface/Point.dart
|
| +++ b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticAbs.dart
|
| @@ -4,15 +4,21 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface Point factory PointFactoryProvider {
|
| -
|
| - Point(num x, num y);
|
| +interface SVGPathSegCurvetoQuadraticAbs extends SVGPathSeg {
|
|
|
| num get x();
|
|
|
| void set x(num value);
|
|
|
| + num get x1();
|
| +
|
| + void set x1(num value);
|
| +
|
| num get y();
|
|
|
| void set y(num value);
|
| +
|
| + num get y1();
|
| +
|
| + void set y1(num value);
|
| }
|
|
|