| Index: client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_PointWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation.dart
|
| similarity index 62%
|
| copy from client/html/generated/src/wrapping/_PointWrappingImplementation.dart
|
| copy to client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation.dart
|
| index 85cac8a881565901a468f8917ad308f2c60665ab..19c60093fb166673a9927e1f8a2ac7a270b0dd72 100644
|
| --- a/client/html/generated/src/wrapping/_PointWrappingImplementation.dart
|
| +++ b/client/html/generated/src/wrapping/_SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class PointWrappingImplementation extends DOMWrapperBase implements Point {
|
| - PointWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +class SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation extends SVGPathSegWrappingImplementation implements SVGPathSegCurvetoQuadraticSmoothAbs {
|
| + SVGPathSegCurvetoQuadraticSmoothAbsWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
|
|
| num get x() { return _ptr.x; }
|
|
|
|
|