| Index: client/html/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| diff --git a/client/html/generated/src/interface/Point.dart b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| similarity index 70%
|
| copy from client/html/generated/src/interface/Point.dart
|
| copy to client/html/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| index f9a6161f45f84011c89486d2237a69bb04941812..6df55070411e92e6e13268955cd2e77497ac3c24 100644
|
| --- a/client/html/generated/src/interface/Point.dart
|
| +++ b/client/html/generated/src/interface/SVGPathSegCurvetoQuadraticRel.dart
|
| @@ -4,15 +4,21 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface Point factory PointFactoryProvider {
|
| -
|
| - Point(num x, num y);
|
| +interface SVGPathSegCurvetoQuadraticRel 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);
|
| }
|
|
|