| OLD | NEW |
| 1 library svg; | 1 library dart.dom.svg; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:nativewrappers'; | 7 import 'dart:nativewrappers'; |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated dart:svg library. | 9 // Auto-generated dart:svg library. |
| 10 | 10 |
| 11 | 11 |
| (...skipping 8983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8995 List<ElementInstance> getRange(int start, int rangeLength) => | 8995 List<ElementInstance> getRange(int start, int rangeLength) => |
| 8996 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); | 8996 Lists.getRange(this, start, rangeLength, <ElementInstance>[]); |
| 8997 | 8997 |
| 8998 // -- end List<ElementInstance> mixins. | 8998 // -- end List<ElementInstance> mixins. |
| 8999 | 8999 |
| 9000 @DomName('SVGElementInstanceList.item') | 9000 @DomName('SVGElementInstanceList.item') |
| 9001 @DocsEditable | 9001 @DocsEditable |
| 9002 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; | 9002 ElementInstance item(int index) native "SVGElementInstanceList_item_Callback"; |
| 9003 | 9003 |
| 9004 } | 9004 } |
| OLD | NEW |