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