OLD | NEW |
1 // DO NOT EDIT | 1 // DO NOT EDIT |
2 // Auto-generated dart:svg library. | 2 // Auto-generated dart:svg library. |
3 | 3 |
4 /** | 4 /** |
5 * Scalable Vector Graphics: | 5 * Scalable Vector Graphics: |
6 * Two-dimensional vector graphics with support for events and animation. | 6 * Two-dimensional vector graphics with support for events and animation. |
7 * | 7 * |
8 * For details about the features and syntax of SVG, a W3C standard, | 8 * For details about the features and syntax of SVG, a W3C standard, |
9 * refer to the | 9 * refer to the |
10 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). | 10 * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). |
11 */ | 11 */ |
12 library dart.dom.svg; | 12 library dart.dom.svg; |
13 | 13 |
14 import 'dart:async'; | 14 import 'dart:async'; |
15 import 'dart:collection'; | 15 import 'dart:collection'; |
16 import 'dart:_internal'; | 16 import 'dart:_internal'; |
17 import 'dart:html'; | 17 import 'dart:html'; |
18 import 'dart:html_common'; | 18 import 'dart:html_common'; |
19 import 'dart:nativewrappers'; | 19 import 'dart:nativewrappers'; |
20 import 'dart:_blink' as _blink; | 20 import 'dart:_blink' as _blink; |
21 import 'dart:js' as js; | 21 import 'dart:js' as js; |
22 | 22 |
23 part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; | 23 part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; |
24 | 24 |
25 // Need a default constructor for constructing classes with mixins that are | |
26 // also extending NativeFieldWrapperClass2. Defining JsoNativeFieldWrapper | |
27 // extending NativeFieldWrapperClass2 creates a default constructor. | |
28 class JsoNativeFieldWrapper extends NativeFieldWrapperClass2 {} | |
29 | |
30 $!GENERATED_DART_FILES | 25 $!GENERATED_DART_FILES |
31 // FIXME: Can we make this private? | 26 // FIXME: Can we make this private? |
32 final svgBlinkMap = { | 27 final svgBlinkMap = { |
33 $!TYPE_MAP | 28 $!TYPE_MAP |
34 }; | 29 }; |
35 | 30 |
36 $if JSINTEROP | 31 $if JSINTEROP |
37 // FIXME: Can we make this private? | 32 // FIXME: Can we make this private? |
38 final svgBlinkFunctionMap = { | 33 final svgBlinkFunctionMap = { |
39 $!TYPE_FUNCTION_MAP | 34 $!TYPE_FUNCTION_MAP |
40 }; | 35 }; |
41 $endif | 36 $endif |
OLD | NEW |