Merge pull request #23592 from dart-lang/sethladd-patch-5

one-line description for SVG
This commit is contained in:
Seth Ladd 2015-06-04 16:22:01 -07:00
commit 7a0e422980

View file

@ -1,6 +1,14 @@
// DO NOT EDIT
// 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';