| OLD | NEW |
| 1 library svg; | 1 library svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:collection-dev'; | |
| 6 import 'dart:html'; | 5 import 'dart:html'; |
| 7 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 9 import 'dart:_foreign_helper' show JS; | 8 import 'dart:_foreign_helper' show JS; |
| 10 // DO NOT EDIT | 9 // DO NOT EDIT |
| 11 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| 12 | 11 |
| 13 | 12 |
| 14 | 13 |
| 15 | 14 |
| (...skipping 8025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8041 | 8040 |
| 8042 List<ElementInstance> getRange(int start, int rangeLength) => | 8041 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8043 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 8042 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8044 | 8043 |
| 8045 // -- end List<ElementInstance> mixins. | 8044 // -- end List<ElementInstance> mixins. |
| 8046 | 8045 |
| 8047 @DomName('SVGElementInstanceList.item') | 8046 @DomName('SVGElementInstanceList.item') |
| 8048 @DocsEditable | 8047 @DocsEditable |
| 8049 ElementInstance item(int index) native; | 8048 ElementInstance item(int index) native; |
| 8050 } | 8049 } |
| OLD | NEW |