| 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:html'; | 5 import 'dart:html'; |
| 6 import 'dart:html_common'; | 6 import 'dart:html_common'; |
| 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; | 7 import 'dart:_js_helper' show Creates, Returns, JavaScriptIndexingBehavior, JSNa
me; |
| 8 import 'dart:_foreign_helper' show JS; | 8 import 'dart:_foreign_helper' show JS; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT - unless you are editing documentation as per: |
| 10 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 10 // Auto-generated dart:svg library. | 11 // Auto-generated dart:svg library. |
| 11 | 12 |
| 12 | 13 |
| 13 | 14 |
| 14 | 15 |
| 15 | 16 |
| 16 | 17 |
| 17 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 18 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 18 // for details. All rights reserved. Use of this source code is governed by a | 19 // for details. All rights reserved. Use of this source code is governed by a |
| 19 // BSD-style license that can be found in the LICENSE file. | 20 // BSD-style license that can be found in the LICENSE file. |
| (...skipping 7706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7726 | 7727 |
| 7727 | 7728 |
| 7728 @DocsEditable | 7729 @DocsEditable |
| 7729 @DomName('SVGVKernElement') | 7730 @DomName('SVGVKernElement') |
| 7730 class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { | 7731 class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { |
| 7731 | 7732 |
| 7732 @DomName('SVGVKernElement.SVGVKernElement') | 7733 @DomName('SVGVKernElement.SVGVKernElement') |
| 7733 @DocsEditable | 7734 @DocsEditable |
| 7734 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7735 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7735 } | 7736 } |
| OLD | NEW |