| OLD | NEW |
| (Empty) |
| 1 // DO NOT EDIT | |
| 2 // Auto-generated dart:svg library. | |
| 3 | |
| 4 /** | |
| 5 * Scalable Vector Graphics: | |
| 6 * Two-dimensional vector graphics with support for events and animation. | |
| 7 * | |
| 8 * For details about the features and syntax of SVG, a W3C standard, | |
| 9 * refer to the | |
| 10 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). | |
| 11 */ | |
| 12 library dart.dom.svg; | |
| 13 | |
| 14 import 'dart:async'; | |
| 15 import 'dart:collection'; | |
| 16 import 'dart:_internal'; | |
| 17 import 'dart:html'; | |
| 18 import 'dart:html_common'; | |
| 19 import 'dart:nativewrappers'; | |
| 20 import 'dart:_blink' as _blink; | |
| 21 import 'dart:js' as js; | |
| 22 | |
| 23 part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; | |
| 24 | |
| 25 $!GENERATED_DART_FILES | |
| 26 // FIXME: Can we make this private? | |
| 27 @Deprecated("Internal Use Only") | |
| 28 final svgBlinkMap = { | |
| 29 $!TYPE_MAP | |
| 30 }; | |
| OLD | NEW |