| OLD | NEW |
| 1 library dart.dom.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:_collection-dev'; |
| 5 import 'dart:html'; | 6 import 'dart:html'; |
| 6 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 8 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
| 9 // DO NOT EDIT - unless you are editing documentation as per: | 10 // DO NOT EDIT - unless you are editing documentation as per: |
| 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 11 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 11 // Auto-generated dart:svg library. | 12 // Auto-generated dart:svg library. |
| 12 | 13 |
| 13 | 14 |
| 14 | 15 |
| (...skipping 7538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7553 | 7554 |
| 7554 | 7555 |
| 7555 @DocsEditable | 7556 @DocsEditable |
| 7556 @DomName('SVGVKernElement') | 7557 @DomName('SVGVKernElement') |
| 7557 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { | 7558 abstract class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { |
| 7558 | 7559 |
| 7559 @DomName('SVGVKernElement.SVGVKernElement') | 7560 @DomName('SVGVKernElement.SVGVKernElement') |
| 7560 @DocsEditable | 7561 @DocsEditable |
| 7561 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7562 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7562 } | 7563 } |
| OLD | NEW |