| Index: client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticAbsWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_PointWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticAbsWrappingImplementation.dart
|
| similarity index 51%
|
| copy from client/html/generated/src/wrapping/_PointWrappingImplementation.dart
|
| copy to client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticAbsWrappingImplementation.dart
|
| index 85cac8a881565901a468f8917ad308f2c60665ab..3c1f80474b627a33b2f6f78fbf745f788fc7399c 100644
|
| --- a/client/html/generated/src/wrapping/_PointWrappingImplementation.dart
|
| +++ b/client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticAbsWrappingImplementation.dart
|
| @@ -4,14 +4,22 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class PointWrappingImplementation extends DOMWrapperBase implements Point {
|
| - PointWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +class SVGPathSegCurvetoQuadraticAbsWrappingImplementation extends SVGPathSegWrappingImplementation implements SVGPathSegCurvetoQuadraticAbs {
|
| + SVGPathSegCurvetoQuadraticAbsWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
|
|
| num get x() { return _ptr.x; }
|
|
|
| void set x(num value) { _ptr.x = value; }
|
|
|
| + num get x1() { return _ptr.x1; }
|
| +
|
| + void set x1(num value) { _ptr.x1 = value; }
|
| +
|
| num get y() { return _ptr.y; }
|
|
|
| void set y(num value) { _ptr.y = value; }
|
| +
|
| + num get y1() { return _ptr.y1; }
|
| +
|
| + void set y1(num value) { _ptr.y1 = value; }
|
| }
|
|
|