| Index: sdk/lib/svg/dart2js/svg_dart2js.dart
|
| diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| index 2222b2e08210f6138451987c4aa7f8526decb398..75f2c1852573a6472581005c0127611253e78343 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -1,3 +1,11 @@
|
| +/**
|
| + * Scalable Vector Graphics:
|
| + * Two-dimensional vector graphics with support for events and animation.
|
| + *
|
| + * For details about the features and syntax of SVG, a W3C standard,
|
| + * refer to the
|
| + * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
|
| + */
|
| library dart.dom.svg;
|
|
|
| import 'dart:async';
|
|
|