| 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:_collection-dev' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 8 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 9 import 'dart:_foreign_helper' show JS; | 9 import 'dart:_foreign_helper' show JS; |
| 10 import 'dart:_interceptors' show Interceptor; | 10 import 'dart:_interceptors' show Interceptor; |
| 11 // DO NOT EDIT - unless you are editing documentation as per: | 11 // DO NOT EDIT - unless you are editing documentation as per: |
| 12 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 12 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 13 // Auto-generated dart:svg library. | 13 // Auto-generated dart:svg library. |
| 14 | 14 |
| 15 | 15 |
| (...skipping 7312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7328 @DomName('SVGVKernElement') | 7328 @DomName('SVGVKernElement') |
| 7329 @Unstable() | 7329 @Unstable() |
| 7330 abstract class _SVGVKernElement extends SvgElement native "SVGVKernElement" { | 7330 abstract class _SVGVKernElement extends SvgElement native "SVGVKernElement" { |
| 7331 // To suppress missing implicit constructor warnings. | 7331 // To suppress missing implicit constructor warnings. |
| 7332 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } | 7332 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } |
| 7333 | 7333 |
| 7334 @DomName('SVGVKernElement.SVGVKernElement') | 7334 @DomName('SVGVKernElement.SVGVKernElement') |
| 7335 @DocsEditable() | 7335 @DocsEditable() |
| 7336 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7336 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7337 } | 7337 } |
| OLD | NEW |