Index: client/html/generated/src/interface/SVGPathSegArcAbs.dart |
diff --git a/client/html/generated/src/interface/SVGPathSegArcAbs.dart b/client/html/generated/src/interface/SVGPathSegArcAbs.dart |
deleted file mode 100644 |
index 7f8911e8c2a6bf863ffe6e42514b613732524f7b..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/interface/SVGPathSegArcAbs.dart |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-interface SVGPathSegArcAbs extends SVGPathSeg { |
- |
- num get angle(); |
- |
- void set angle(num value); |
- |
- bool get largeArcFlag(); |
- |
- void set largeArcFlag(bool value); |
- |
- num get r1(); |
- |
- void set r1(num value); |
- |
- num get r2(); |
- |
- void set r2(num value); |
- |
- bool get sweepFlag(); |
- |
- void set sweepFlag(bool value); |
- |
- num get x(); |
- |
- void set x(num value); |
- |
- num get y(); |
- |
- void set y(num value); |
-} |