| Index: lib/html/doc/interface/SVGStylable.dart
|
| diff --git a/lib/html/doc/interface/SVGStylable.dart b/lib/html/doc/interface/SVGStylable.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..30aed0ee4f972eb364c8b1e84c9cdf236f7a53b3
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/SVGStylable.dart
|
| @@ -0,0 +1,18 @@
|
| +// 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 SVGStylable
|
| +interface SVGStylable {
|
| +
|
| + /** @domName SVGStylable.className */
|
| + final SVGAnimatedString $dom_svgClassName;
|
| +
|
| + /** @domName SVGStylable.style */
|
| + final CSSStyleDeclaration style;
|
| +
|
| + /** @domName SVGStylable.getPresentationAttribute */
|
| + CSSValue getPresentationAttribute(String name);
|
| +}
|
|
|