| Index: lib/html/doc/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| diff --git a/lib/html/doc/interface/SVGPathSegCurvetoCubicSmoothAbs.dart b/lib/html/doc/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60fc1fd50a664ed4b81ddc1187d86d1da098d842
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGPathSegCurvetoCubicSmoothAbs.dart
|
| @@ -0,0 +1,21 @@
|
| +// Copyright (c) 2012, 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.
|
| +
|
| +/// @domName SVGPathSegCurvetoCubicSmoothAbs
|
| +interface SVGPathSegCurvetoCubicSmoothAbs extends SVGPathSeg {
|
| +
|
| + /** @domName SVGPathSegCurvetoCubicSmoothAbs.x */
|
| + num x;
|
| +
|
| + /** @domName SVGPathSegCurvetoCubicSmoothAbs.x2 */
|
| + num x2;
|
| +
|
| + /** @domName SVGPathSegCurvetoCubicSmoothAbs.y */
|
| + num y;
|
| +
|
| + /** @domName SVGPathSegCurvetoCubicSmoothAbs.y2 */
|
| + num y2;
|
| +}
|
|
|