| 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 |
| 10 // Auto-generated dart:svg library. | 10 // Auto-generated dart:svg library. |
| (...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2186 @DocsEditable | 2186 @DocsEditable |
| 2187 final AnimatedString in1; | 2187 final AnimatedString in1; |
| 2188 } | 2188 } |
| 2189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2189 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2190 // for details. All rights reserved. Use of this source code is governed by a | 2190 // for details. All rights reserved. Use of this source code is governed by a |
| 2191 // BSD-style license that can be found in the LICENSE file. | 2191 // BSD-style license that can be found in the LICENSE file. |
| 2192 | 2192 |
| 2193 | 2193 |
| 2194 @DocsEditable | 2194 @DocsEditable |
| 2195 @DomName('SVGFEMorphologyElement') | 2195 @DomName('SVGFEMorphologyElement') |
| 2196 @SupportedBrowser(SupportedBrowser.CHROME) |
| 2197 @SupportedBrowser(SupportedBrowser.FIREFOX) |
| 2198 @SupportedBrowser(SupportedBrowser.IE, '10') |
| 2199 @SupportedBrowser(SupportedBrowser.SAFARI) |
| 2196 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes native "*SVGFEMorphologyElement" { | 2200 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda
rdAttributes native "*SVGFEMorphologyElement" { |
| 2197 | 2201 |
| 2198 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 2202 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| 2199 | 2203 |
| 2200 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 2204 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| 2201 | 2205 |
| 2202 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 2206 static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| 2203 | 2207 |
| 2204 @DomName('SVGFEMorphologyElement.in1') | 2208 @DomName('SVGFEMorphologyElement.in1') |
| 2205 @DocsEditable | 2209 @DocsEditable |
| (...skipping 5535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7741 | 7745 |
| 7742 | 7746 |
| 7743 @DocsEditable | 7747 @DocsEditable |
| 7744 @DomName('SVGVKernElement') | 7748 @DomName('SVGVKernElement') |
| 7745 class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { | 7749 class _SVGVKernElement extends SvgElement native "*SVGVKernElement" { |
| 7746 | 7750 |
| 7747 @DomName('SVGVKernElement.SVGVKernElement') | 7751 @DomName('SVGVKernElement.SVGVKernElement') |
| 7748 @DocsEditable | 7752 @DocsEditable |
| 7749 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); | 7753 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"vkern"); |
| 7750 } | 7754 } |
| OLD | NEW |