| 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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2370 } | 2370 } |
| 2371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2371 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2372 // for details. All rights reserved. Use of this source code is governed by a | 2372 // for details. All rights reserved. Use of this source code is governed by a |
| 2373 // BSD-style license that can be found in the LICENSE file. | 2373 // BSD-style license that can be found in the LICENSE file. |
| 2374 | 2374 |
| 2375 // WARNING: Do not edit - generated code. | 2375 // WARNING: Do not edit - generated code. |
| 2376 | 2376 |
| 2377 | 2377 |
| 2378 @DocsEditable | 2378 @DocsEditable |
| 2379 @DomName('SVGFEMorphologyElement') | 2379 @DomName('SVGFEMorphologyElement') |
| 2380 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2381 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2382 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2383 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2380 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { | 2384 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes { |
| 2381 FEMorphologyElement.internal() : super.internal(); | 2385 FEMorphologyElement.internal() : super.internal(); |
| 2382 | 2386 |
| 2383 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2387 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2384 | 2388 |
| 2385 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2389 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2386 | 2390 |
| 2387 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2391 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2388 | 2392 |
| 2389 @DomName('SVGFEMorphologyElement.in1') | 2393 @DomName('SVGFEMorphologyElement.in1') |
| (...skipping 6295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8685 @DocsEditable | 8689 @DocsEditable |
| 8686 @DomName('SVGVKernElement') | 8690 @DomName('SVGVKernElement') |
| 8687 class _SVGVKernElement extends SvgElement { | 8691 class _SVGVKernElement extends SvgElement { |
| 8688 _SVGVKernElement.internal() : super.internal(); | 8692 _SVGVKernElement.internal() : super.internal(); |
| 8689 | 8693 |
| 8690 @DomName('SVGVKernElement.SVGVKernElement') | 8694 @DomName('SVGVKernElement.SVGVKernElement') |
| 8691 @DocsEditable | 8695 @DocsEditable |
| 8692 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 8696 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 8693 | 8697 |
| 8694 } | 8698 } |
| OLD | NEW |