| Index: lib/html/doc/interface/SVGClipPathElement.dart
|
| diff --git a/lib/html/doc/interface/SVGClipPathElement.dart b/lib/html/doc/interface/SVGClipPathElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5c6d940f589e94caeb10a69c2b26c57e8e7faf6f
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGClipPathElement.dart
|
| @@ -0,0 +1,12 @@
|
| +// 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 SVGClipPathElement
|
| +interface SVGClipPathElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable {
|
| +
|
| + /** @domName SVGClipPathElement.clipPathUnits */
|
| + final SVGAnimatedEnumeration clipPathUnits;
|
| +}
|
|
|