| Index: tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
|
| index 5fb394de5402fe14cbc2c62b74a6e03475e7c9ce..df8a3040de0f1d1abe106b07439212133a00ef27 100644
|
| --- a/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
|
| @@ -2,6 +2,14 @@
|
| // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation
|
| // Auto-generated dart:svg library.
|
|
|
| +/**
|
| + * 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';
|
|
|