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: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 |
(...skipping 8286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 8297 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
8298 // for details. All rights reserved. Use of this source code is governed by a | 8298 // for details. All rights reserved. Use of this source code is governed by a |
8299 // BSD-style license that can be found in the LICENSE file. | 8299 // BSD-style license that can be found in the LICENSE file. |
8300 | 8300 |
8301 | 8301 |
8302 // Hack because the baseclass is private in dart:html, and we want to omit this | 8302 // Hack because the baseclass is private in dart:html, and we want to omit this |
8303 // type entirely but can't. | 8303 // type entirely but can't. |
8304 @DocsEditable | 8304 @DocsEditable |
8305 @DomName('SVGColor') | 8305 @DomName('SVGColor') |
8306 class _SVGColor { | 8306 class _SVGColor { |
8307 _SVGColor.internal() : super.internal(); | |
8308 } | 8307 } |
8309 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8308 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
8310 // for details. All rights reserved. Use of this source code is governed by a | 8309 // for details. All rights reserved. Use of this source code is governed by a |
8311 // BSD-style license that can be found in the LICENSE file. | 8310 // BSD-style license that can be found in the LICENSE file. |
8312 | 8311 |
8313 // WARNING: Do not edit - generated code. | 8312 // WARNING: Do not edit - generated code. |
8314 | 8313 |
8315 | 8314 |
8316 @DocsEditable | 8315 @DocsEditable |
8317 @DomName('SVGComponentTransferFunctionElement') | 8316 @DomName('SVGComponentTransferFunctionElement') |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8547 @DocsEditable | 8546 @DocsEditable |
8548 @DomName('SVGVKernElement') | 8547 @DomName('SVGVKernElement') |
8549 abstract class _SVGVKernElement extends SvgElement { | 8548 abstract class _SVGVKernElement extends SvgElement { |
8550 _SVGVKernElement.internal() : super.internal(); | 8549 _SVGVKernElement.internal() : super.internal(); |
8551 | 8550 |
8552 @DomName('SVGVKernElement.SVGVKernElement') | 8551 @DomName('SVGVKernElement.SVGVKernElement') |
8553 @DocsEditable | 8552 @DocsEditable |
8554 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8553 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
8555 | 8554 |
8556 } | 8555 } |
OLD | NEW |