| 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'; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| (...skipping 6440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6451 StyledElement.internal() : super.internal(); | 6451 StyledElement.internal() : super.internal(); |
| 6452 | 6452 |
| 6453 @DomName('SVGStyledElement.className') | 6453 @DomName('SVGStyledElement.className') |
| 6454 @DocsEditable | 6454 @DocsEditable |
| 6455 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; | 6455 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter
"; |
| 6456 | 6456 |
| 6457 @DomName('SVGStyledElement.style') | 6457 @DomName('SVGStyledElement.style') |
| 6458 @DocsEditable | 6458 @DocsEditable |
| 6459 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; | 6459 CssStyleDeclaration get style native "SVGStyledElement_style_Getter"; |
| 6460 | 6460 |
| 6461 @DomName('SVGStyledElement.getPresentationAttribute') |
| 6462 @DocsEditable |
| 6463 _CSSValue getPresentationAttribute(String name) native "SVGStyledElement_getPr
esentationAttribute_Callback"; |
| 6464 |
| 6461 } | 6465 } |
| 6462 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6466 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6463 // for details. All rights reserved. Use of this source code is governed by a | 6467 // for details. All rights reserved. Use of this source code is governed by a |
| 6464 // BSD-style license that can be found in the LICENSE file. | 6468 // BSD-style license that can be found in the LICENSE file. |
| 6465 | 6469 |
| 6466 // WARNING: Do not edit - generated code. | 6470 // WARNING: Do not edit - generated code. |
| 6467 | 6471 |
| 6468 | 6472 |
| 6469 @DocsEditable | 6473 @DocsEditable |
| 6470 @DomName('SVGDocument') | 6474 @DomName('SVGDocument') |
| (...skipping 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8542 @DocsEditable | 8546 @DocsEditable |
| 8543 @DomName('SVGVKernElement') | 8547 @DomName('SVGVKernElement') |
| 8544 abstract class _SVGVKernElement extends SvgElement { | 8548 abstract class _SVGVKernElement extends SvgElement { |
| 8545 _SVGVKernElement.internal() : super.internal(); | 8549 _SVGVKernElement.internal() : super.internal(); |
| 8546 | 8550 |
| 8547 @DomName('SVGVKernElement.SVGVKernElement') | 8551 @DomName('SVGVKernElement.SVGVKernElement') |
| 8548 @DocsEditable | 8552 @DocsEditable |
| 8549 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8550 | 8554 |
| 8551 } | 8555 } |
| OLD | NEW |