Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Side by Side Diff: sdk/lib/svg/dartium/svg_dartium.dart

Issue 23064024: Attempt to land Dartium roll a second time. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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' hide deprecated; 5 import 'dart:_collection-dev' hide deprecated;
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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 704 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
705 // for details. All rights reserved. Use of this source code is governed by a 705 // for details. All rights reserved. Use of this source code is governed by a
706 // BSD-style license that can be found in the LICENSE file. 706 // BSD-style license that can be found in the LICENSE file.
707 707
708 // WARNING: Do not edit - generated code. 708 // WARNING: Do not edit - generated code.
709 709
710 710
711 @DocsEditable() 711 @DocsEditable()
712 @DomName('SVGDescElement') 712 @DomName('SVGDescElement')
713 @Unstable() 713 @Unstable()
714 class DescElement extends StyledElement { 714 class DescElement extends SvgElement {
715 // To suppress missing implicit constructor warnings. 715 // To suppress missing implicit constructor warnings.
716 factory DescElement._() { throw new UnsupportedError("Not supported"); } 716 factory DescElement._() { throw new UnsupportedError("Not supported"); }
717 717
718 @DomName('SVGDescElement.SVGDescElement') 718 @DomName('SVGDescElement.SVGDescElement')
719 @DocsEditable() 719 @DocsEditable()
720 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc "); 720 factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc ");
721 721
722 } 722 }
723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 723 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
724 // for details. All rights reserved. Use of this source code is governed by a 724 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 // WARNING: Do not edit - generated code. 1192 // WARNING: Do not edit - generated code.
1193 1193
1194 1194
1195 @DocsEditable() 1195 @DocsEditable()
1196 @DomName('SVGFEBlendElement') 1196 @DomName('SVGFEBlendElement')
1197 @SupportedBrowser(SupportedBrowser.CHROME) 1197 @SupportedBrowser(SupportedBrowser.CHROME)
1198 @SupportedBrowser(SupportedBrowser.FIREFOX) 1198 @SupportedBrowser(SupportedBrowser.FIREFOX)
1199 @SupportedBrowser(SupportedBrowser.IE, '10') 1199 @SupportedBrowser(SupportedBrowser.IE, '10')
1200 @SupportedBrowser(SupportedBrowser.SAFARI) 1200 @SupportedBrowser(SupportedBrowser.SAFARI)
1201 @Unstable() 1201 @Unstable()
1202 class FEBlendElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 1202 class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1203 // To suppress missing implicit constructor warnings. 1203 // To suppress missing implicit constructor warnings.
1204 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } 1204 factory FEBlendElement._() { throw new UnsupportedError("Not supported"); }
1205 1205
1206 @DomName('SVGFEBlendElement.SVGFEBlendElement') 1206 @DomName('SVGFEBlendElement.SVGFEBlendElement')
1207 @DocsEditable() 1207 @DocsEditable()
1208 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend"); 1208 factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eBlend");
1209 1209
1210 /// Checks if this type is supported on the current platform. 1210 /// Checks if this type is supported on the current platform.
1211 static bool get supported => true; 1211 static bool get supported => true;
1212 1212
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 // WARNING: Do not edit - generated code. 1274 // WARNING: Do not edit - generated code.
1275 1275
1276 1276
1277 @DocsEditable() 1277 @DocsEditable()
1278 @DomName('SVGFEColorMatrixElement') 1278 @DomName('SVGFEColorMatrixElement')
1279 @SupportedBrowser(SupportedBrowser.CHROME) 1279 @SupportedBrowser(SupportedBrowser.CHROME)
1280 @SupportedBrowser(SupportedBrowser.FIREFOX) 1280 @SupportedBrowser(SupportedBrowser.FIREFOX)
1281 @SupportedBrowser(SupportedBrowser.IE, '10') 1281 @SupportedBrowser(SupportedBrowser.IE, '10')
1282 @SupportedBrowser(SupportedBrowser.SAFARI) 1282 @SupportedBrowser(SupportedBrowser.SAFARI)
1283 @Unstable() 1283 @Unstable()
1284 class FEColorMatrixElement extends StyledElement implements FilterPrimitiveStand ardAttributes { 1284 class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard Attributes {
1285 // To suppress missing implicit constructor warnings. 1285 // To suppress missing implicit constructor warnings.
1286 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; } 1286 factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported") ; }
1287 1287
1288 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') 1288 @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement')
1289 @DocsEditable() 1289 @DocsEditable()
1290 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix"); 1290 factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_ tag("feColorMatrix");
1291 1291
1292 /// Checks if this type is supported on the current platform. 1292 /// Checks if this type is supported on the current platform.
1293 static bool get supported => true; 1293 static bool get supported => true;
1294 1294
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 // WARNING: Do not edit - generated code. 1352 // WARNING: Do not edit - generated code.
1353 1353
1354 1354
1355 @DocsEditable() 1355 @DocsEditable()
1356 @DomName('SVGFEComponentTransferElement') 1356 @DomName('SVGFEComponentTransferElement')
1357 @SupportedBrowser(SupportedBrowser.CHROME) 1357 @SupportedBrowser(SupportedBrowser.CHROME)
1358 @SupportedBrowser(SupportedBrowser.FIREFOX) 1358 @SupportedBrowser(SupportedBrowser.FIREFOX)
1359 @SupportedBrowser(SupportedBrowser.IE, '10') 1359 @SupportedBrowser(SupportedBrowser.IE, '10')
1360 @SupportedBrowser(SupportedBrowser.SAFARI) 1360 @SupportedBrowser(SupportedBrowser.SAFARI)
1361 @Unstable() 1361 @Unstable()
1362 class FEComponentTransferElement extends StyledElement implements FilterPrimitiv eStandardAttributes { 1362 class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt andardAttributes {
1363 // To suppress missing implicit constructor warnings. 1363 // To suppress missing implicit constructor warnings.
1364 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); } 1364 factory FEComponentTransferElement._() { throw new UnsupportedError("Not suppo rted"); }
1365 1365
1366 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') 1366 @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement')
1367 @DocsEditable() 1367 @DocsEditable()
1368 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer"); 1368 factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgEl ement_tag("feComponentTransfer");
1369 1369
1370 /// Checks if this type is supported on the current platform. 1370 /// Checks if this type is supported on the current platform.
1371 static bool get supported => true; 1371 static bool get supported => true;
1372 1372
(...skipping 25 matching lines...) Expand all
1398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1398 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
1399 // for details. All rights reserved. Use of this source code is governed by a 1399 // for details. All rights reserved. Use of this source code is governed by a
1400 // BSD-style license that can be found in the LICENSE file. 1400 // BSD-style license that can be found in the LICENSE file.
1401 1401
1402 // WARNING: Do not edit - generated code. 1402 // WARNING: Do not edit - generated code.
1403 1403
1404 1404
1405 @DocsEditable() 1405 @DocsEditable()
1406 @DomName('SVGFECompositeElement') 1406 @DomName('SVGFECompositeElement')
1407 @Unstable() 1407 @Unstable()
1408 class FECompositeElement extends StyledElement implements FilterPrimitiveStandar dAttributes { 1408 class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt tributes {
1409 // To suppress missing implicit constructor warnings. 1409 // To suppress missing implicit constructor warnings.
1410 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); } 1410 factory FECompositeElement._() { throw new UnsupportedError("Not supported"); }
1411 1411
1412 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') 1412 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC')
1413 @DocsEditable() 1413 @DocsEditable()
1414 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; 1414 static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
1415 1415
1416 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') 1416 @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP')
1417 @DocsEditable() 1417 @DocsEditable()
1418 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 1418 static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 // WARNING: Do not edit - generated code. 1493 // WARNING: Do not edit - generated code.
1494 1494
1495 1495
1496 @DocsEditable() 1496 @DocsEditable()
1497 @DomName('SVGFEConvolveMatrixElement') 1497 @DomName('SVGFEConvolveMatrixElement')
1498 @SupportedBrowser(SupportedBrowser.CHROME) 1498 @SupportedBrowser(SupportedBrowser.CHROME)
1499 @SupportedBrowser(SupportedBrowser.FIREFOX) 1499 @SupportedBrowser(SupportedBrowser.FIREFOX)
1500 @SupportedBrowser(SupportedBrowser.IE, '10') 1500 @SupportedBrowser(SupportedBrowser.IE, '10')
1501 @SupportedBrowser(SupportedBrowser.SAFARI) 1501 @SupportedBrowser(SupportedBrowser.SAFARI)
1502 @Unstable() 1502 @Unstable()
1503 class FEConvolveMatrixElement extends StyledElement implements FilterPrimitiveSt andardAttributes { 1503 class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand ardAttributes {
1504 // To suppress missing implicit constructor warnings. 1504 // To suppress missing implicit constructor warnings.
1505 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); } 1505 factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supporte d"); }
1506 1506
1507 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') 1507 @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement')
1508 @DocsEditable() 1508 @DocsEditable()
1509 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix"); 1509 factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgEleme nt_tag("feConvolveMatrix");
1510 1510
1511 /// Checks if this type is supported on the current platform. 1511 /// Checks if this type is supported on the current platform.
1512 static bool get supported => true; 1512 static bool get supported => true;
1513 1513
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 // WARNING: Do not edit - generated code. 1603 // WARNING: Do not edit - generated code.
1604 1604
1605 1605
1606 @DocsEditable() 1606 @DocsEditable()
1607 @DomName('SVGFEDiffuseLightingElement') 1607 @DomName('SVGFEDiffuseLightingElement')
1608 @SupportedBrowser(SupportedBrowser.CHROME) 1608 @SupportedBrowser(SupportedBrowser.CHROME)
1609 @SupportedBrowser(SupportedBrowser.FIREFOX) 1609 @SupportedBrowser(SupportedBrowser.FIREFOX)
1610 @SupportedBrowser(SupportedBrowser.IE, '10') 1610 @SupportedBrowser(SupportedBrowser.IE, '10')
1611 @SupportedBrowser(SupportedBrowser.SAFARI) 1611 @SupportedBrowser(SupportedBrowser.SAFARI)
1612 @Unstable() 1612 @Unstable()
1613 class FEDiffuseLightingElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1613 class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1614 // To suppress missing implicit constructor warnings. 1614 // To suppress missing implicit constructor warnings.
1615 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); } 1615 factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not support ed"); }
1616 1616
1617 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') 1617 @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement')
1618 @DocsEditable() 1618 @DocsEditable()
1619 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting"); 1619 factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDiffuseLighting");
1620 1620
1621 /// Checks if this type is supported on the current platform. 1621 /// Checks if this type is supported on the current platform.
1622 static bool get supported => true; 1622 static bool get supported => true;
1623 1623
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1669 // WARNING: Do not edit - generated code. 1669 // WARNING: Do not edit - generated code.
1670 1670
1671 1671
1672 @DocsEditable() 1672 @DocsEditable()
1673 @DomName('SVGFEDisplacementMapElement') 1673 @DomName('SVGFEDisplacementMapElement')
1674 @SupportedBrowser(SupportedBrowser.CHROME) 1674 @SupportedBrowser(SupportedBrowser.CHROME)
1675 @SupportedBrowser(SupportedBrowser.FIREFOX) 1675 @SupportedBrowser(SupportedBrowser.FIREFOX)
1676 @SupportedBrowser(SupportedBrowser.IE, '10') 1676 @SupportedBrowser(SupportedBrowser.IE, '10')
1677 @SupportedBrowser(SupportedBrowser.SAFARI) 1677 @SupportedBrowser(SupportedBrowser.SAFARI)
1678 @Unstable() 1678 @Unstable()
1679 class FEDisplacementMapElement extends StyledElement implements FilterPrimitiveS tandardAttributes { 1679 class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan dardAttributes {
1680 // To suppress missing implicit constructor warnings. 1680 // To suppress missing implicit constructor warnings.
1681 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); } 1681 factory FEDisplacementMapElement._() { throw new UnsupportedError("Not support ed"); }
1682 1682
1683 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') 1683 @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement')
1684 @DocsEditable() 1684 @DocsEditable()
1685 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap"); 1685 factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElem ent_tag("feDisplacementMap");
1686 1686
1687 /// Checks if this type is supported on the current platform. 1687 /// Checks if this type is supported on the current platform.
1688 static bool get supported => true; 1688 static bool get supported => true;
1689 1689
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 // WARNING: Do not edit - generated code. 1789 // WARNING: Do not edit - generated code.
1790 1790
1791 1791
1792 @DocsEditable() 1792 @DocsEditable()
1793 @DomName('SVGFEFloodElement') 1793 @DomName('SVGFEFloodElement')
1794 @SupportedBrowser(SupportedBrowser.CHROME) 1794 @SupportedBrowser(SupportedBrowser.CHROME)
1795 @SupportedBrowser(SupportedBrowser.FIREFOX) 1795 @SupportedBrowser(SupportedBrowser.FIREFOX)
1796 @SupportedBrowser(SupportedBrowser.IE, '10') 1796 @SupportedBrowser(SupportedBrowser.IE, '10')
1797 @SupportedBrowser(SupportedBrowser.SAFARI) 1797 @SupportedBrowser(SupportedBrowser.SAFARI)
1798 @Unstable() 1798 @Unstable()
1799 class FEFloodElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 1799 class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
1800 // To suppress missing implicit constructor warnings. 1800 // To suppress missing implicit constructor warnings.
1801 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } 1801 factory FEFloodElement._() { throw new UnsupportedError("Not supported"); }
1802 1802
1803 @DomName('SVGFEFloodElement.SVGFEFloodElement') 1803 @DomName('SVGFEFloodElement.SVGFEFloodElement')
1804 @DocsEditable() 1804 @DocsEditable()
1805 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood"); 1805 factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eFlood");
1806 1806
1807 /// Checks if this type is supported on the current platform. 1807 /// Checks if this type is supported on the current platform.
1808 static bool get supported => true; 1808 static bool get supported => true;
1809 1809
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 // WARNING: Do not edit - generated code. 1939 // WARNING: Do not edit - generated code.
1940 1940
1941 1941
1942 @DocsEditable() 1942 @DocsEditable()
1943 @DomName('SVGFEGaussianBlurElement') 1943 @DomName('SVGFEGaussianBlurElement')
1944 @SupportedBrowser(SupportedBrowser.CHROME) 1944 @SupportedBrowser(SupportedBrowser.CHROME)
1945 @SupportedBrowser(SupportedBrowser.FIREFOX) 1945 @SupportedBrowser(SupportedBrowser.FIREFOX)
1946 @SupportedBrowser(SupportedBrowser.IE, '10') 1946 @SupportedBrowser(SupportedBrowser.IE, '10')
1947 @SupportedBrowser(SupportedBrowser.SAFARI) 1947 @SupportedBrowser(SupportedBrowser.SAFARI)
1948 @Unstable() 1948 @Unstable()
1949 class FEGaussianBlurElement extends StyledElement implements FilterPrimitiveStan dardAttributes { 1949 class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar dAttributes {
1950 // To suppress missing implicit constructor warnings. 1950 // To suppress missing implicit constructor warnings.
1951 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); } 1951 factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported" ); }
1952 1952
1953 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') 1953 @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement')
1954 @DocsEditable() 1954 @DocsEditable()
1955 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur"); 1955 factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement _tag("feGaussianBlur");
1956 1956
1957 /// Checks if this type is supported on the current platform. 1957 /// Checks if this type is supported on the current platform.
1958 static bool get supported => true; 1958 static bool get supported => true;
1959 1959
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2001 // WARNING: Do not edit - generated code. 2001 // WARNING: Do not edit - generated code.
2002 2002
2003 2003
2004 @DocsEditable() 2004 @DocsEditable()
2005 @DomName('SVGFEImageElement') 2005 @DomName('SVGFEImageElement')
2006 @SupportedBrowser(SupportedBrowser.CHROME) 2006 @SupportedBrowser(SupportedBrowser.CHROME)
2007 @SupportedBrowser(SupportedBrowser.FIREFOX) 2007 @SupportedBrowser(SupportedBrowser.FIREFOX)
2008 @SupportedBrowser(SupportedBrowser.IE, '10') 2008 @SupportedBrowser(SupportedBrowser.IE, '10')
2009 @SupportedBrowser(SupportedBrowser.SAFARI) 2009 @SupportedBrowser(SupportedBrowser.SAFARI)
2010 @Unstable() 2010 @Unstable()
2011 class FEImageElement extends StyledElement implements FilterPrimitiveStandardAtt ributes, UriReference, ExternalResourcesRequired { 2011 class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib utes, UriReference, ExternalResourcesRequired {
2012 // To suppress missing implicit constructor warnings. 2012 // To suppress missing implicit constructor warnings.
2013 factory FEImageElement._() { throw new UnsupportedError("Not supported"); } 2013 factory FEImageElement._() { throw new UnsupportedError("Not supported"); }
2014 2014
2015 @DomName('SVGFEImageElement.SVGFEImageElement') 2015 @DomName('SVGFEImageElement.SVGFEImageElement')
2016 @DocsEditable() 2016 @DocsEditable()
2017 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage"); 2017 factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eImage");
2018 2018
2019 /// Checks if this type is supported on the current platform. 2019 /// Checks if this type is supported on the current platform.
2020 static bool get supported => true; 2020 static bool get supported => true;
2021 2021
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 // WARNING: Do not edit - generated code. 2059 // WARNING: Do not edit - generated code.
2060 2060
2061 2061
2062 @DocsEditable() 2062 @DocsEditable()
2063 @DomName('SVGFEMergeElement') 2063 @DomName('SVGFEMergeElement')
2064 @SupportedBrowser(SupportedBrowser.CHROME) 2064 @SupportedBrowser(SupportedBrowser.CHROME)
2065 @SupportedBrowser(SupportedBrowser.FIREFOX) 2065 @SupportedBrowser(SupportedBrowser.FIREFOX)
2066 @SupportedBrowser(SupportedBrowser.IE, '10') 2066 @SupportedBrowser(SupportedBrowser.IE, '10')
2067 @SupportedBrowser(SupportedBrowser.SAFARI) 2067 @SupportedBrowser(SupportedBrowser.SAFARI)
2068 @Unstable() 2068 @Unstable()
2069 class FEMergeElement extends StyledElement implements FilterPrimitiveStandardAtt ributes { 2069 class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib utes {
2070 // To suppress missing implicit constructor warnings. 2070 // To suppress missing implicit constructor warnings.
2071 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } 2071 factory FEMergeElement._() { throw new UnsupportedError("Not supported"); }
2072 2072
2073 @DomName('SVGFEMergeElement.SVGFEMergeElement') 2073 @DomName('SVGFEMergeElement.SVGFEMergeElement')
2074 @DocsEditable() 2074 @DocsEditable()
2075 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge"); 2075 factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("f eMerge");
2076 2076
2077 /// Checks if this type is supported on the current platform. 2077 /// Checks if this type is supported on the current platform.
2078 static bool get supported => true; 2078 static bool get supported => true;
2079 2079
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 // WARNING: Do not edit - generated code. 2135 // WARNING: Do not edit - generated code.
2136 2136
2137 2137
2138 @DocsEditable() 2138 @DocsEditable()
2139 @DomName('SVGFEMorphologyElement') 2139 @DomName('SVGFEMorphologyElement')
2140 @SupportedBrowser(SupportedBrowser.CHROME) 2140 @SupportedBrowser(SupportedBrowser.CHROME)
2141 @SupportedBrowser(SupportedBrowser.FIREFOX) 2141 @SupportedBrowser(SupportedBrowser.FIREFOX)
2142 @SupportedBrowser(SupportedBrowser.IE, '10') 2142 @SupportedBrowser(SupportedBrowser.IE, '10')
2143 @SupportedBrowser(SupportedBrowser.SAFARI) 2143 @SupportedBrowser(SupportedBrowser.SAFARI)
2144 @Unstable() 2144 @Unstable()
2145 class FEMorphologyElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2145 class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2146 // To suppress missing implicit constructor warnings. 2146 // To suppress missing implicit constructor warnings.
2147 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); } 2147 factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); }
2148 2148
2149 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') 2149 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE')
2150 @DocsEditable() 2150 @DocsEditable()
2151 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; 2151 static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2;
2152 2152
2153 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') 2153 @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE')
2154 @DocsEditable() 2154 @DocsEditable()
2155 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; 2155 static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 // WARNING: Do not edit - generated code. 2206 // WARNING: Do not edit - generated code.
2207 2207
2208 2208
2209 @DocsEditable() 2209 @DocsEditable()
2210 @DomName('SVGFEOffsetElement') 2210 @DomName('SVGFEOffsetElement')
2211 @SupportedBrowser(SupportedBrowser.CHROME) 2211 @SupportedBrowser(SupportedBrowser.CHROME)
2212 @SupportedBrowser(SupportedBrowser.FIREFOX) 2212 @SupportedBrowser(SupportedBrowser.FIREFOX)
2213 @SupportedBrowser(SupportedBrowser.IE, '10') 2213 @SupportedBrowser(SupportedBrowser.IE, '10')
2214 @SupportedBrowser(SupportedBrowser.SAFARI) 2214 @SupportedBrowser(SupportedBrowser.SAFARI)
2215 @Unstable() 2215 @Unstable()
2216 class FEOffsetElement extends StyledElement implements FilterPrimitiveStandardAt tributes { 2216 class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri butes {
2217 // To suppress missing implicit constructor warnings. 2217 // To suppress missing implicit constructor warnings.
2218 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } 2218 factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); }
2219 2219
2220 @DomName('SVGFEOffsetElement.SVGFEOffsetElement') 2220 @DomName('SVGFEOffsetElement.SVGFEOffsetElement')
2221 @DocsEditable() 2221 @DocsEditable()
2222 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset"); 2222 factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag(" feOffset");
2223 2223
2224 /// Checks if this type is supported on the current platform. 2224 /// Checks if this type is supported on the current platform.
2225 static bool get supported => true; 2225 static bool get supported => true;
2226 2226
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 // WARNING: Do not edit - generated code. 2302 // WARNING: Do not edit - generated code.
2303 2303
2304 2304
2305 @DocsEditable() 2305 @DocsEditable()
2306 @DomName('SVGFESpecularLightingElement') 2306 @DomName('SVGFESpecularLightingElement')
2307 @SupportedBrowser(SupportedBrowser.CHROME) 2307 @SupportedBrowser(SupportedBrowser.CHROME)
2308 @SupportedBrowser(SupportedBrowser.FIREFOX) 2308 @SupportedBrowser(SupportedBrowser.FIREFOX)
2309 @SupportedBrowser(SupportedBrowser.IE, '10') 2309 @SupportedBrowser(SupportedBrowser.IE, '10')
2310 @SupportedBrowser(SupportedBrowser.SAFARI) 2310 @SupportedBrowser(SupportedBrowser.SAFARI)
2311 @Unstable() 2311 @Unstable()
2312 class FESpecularLightingElement extends StyledElement implements FilterPrimitive StandardAttributes { 2312 class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta ndardAttributes {
2313 // To suppress missing implicit constructor warnings. 2313 // To suppress missing implicit constructor warnings.
2314 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); } 2314 factory FESpecularLightingElement._() { throw new UnsupportedError("Not suppor ted"); }
2315 2315
2316 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') 2316 @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement')
2317 @DocsEditable() 2317 @DocsEditable()
2318 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting"); 2318 factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgEle ment_tag("feSpecularLighting");
2319 2319
2320 /// Checks if this type is supported on the current platform. 2320 /// Checks if this type is supported on the current platform.
2321 static bool get supported => true; 2321 static bool get supported => true;
2322 2322
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 // WARNING: Do not edit - generated code. 2422 // WARNING: Do not edit - generated code.
2423 2423
2424 2424
2425 @DocsEditable() 2425 @DocsEditable()
2426 @DomName('SVGFETileElement') 2426 @DomName('SVGFETileElement')
2427 @SupportedBrowser(SupportedBrowser.CHROME) 2427 @SupportedBrowser(SupportedBrowser.CHROME)
2428 @SupportedBrowser(SupportedBrowser.FIREFOX) 2428 @SupportedBrowser(SupportedBrowser.FIREFOX)
2429 @SupportedBrowser(SupportedBrowser.IE, '10') 2429 @SupportedBrowser(SupportedBrowser.IE, '10')
2430 @SupportedBrowser(SupportedBrowser.SAFARI) 2430 @SupportedBrowser(SupportedBrowser.SAFARI)
2431 @Unstable() 2431 @Unstable()
2432 class FETileElement extends StyledElement implements FilterPrimitiveStandardAttr ibutes { 2432 class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu tes {
2433 // To suppress missing implicit constructor warnings. 2433 // To suppress missing implicit constructor warnings.
2434 factory FETileElement._() { throw new UnsupportedError("Not supported"); } 2434 factory FETileElement._() { throw new UnsupportedError("Not supported"); }
2435 2435
2436 @DomName('SVGFETileElement.SVGFETileElement') 2436 @DomName('SVGFETileElement.SVGFETileElement')
2437 @DocsEditable() 2437 @DocsEditable()
2438 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile"); 2438 factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("fe Tile");
2439 2439
2440 /// Checks if this type is supported on the current platform. 2440 /// Checks if this type is supported on the current platform.
2441 static bool get supported => true; 2441 static bool get supported => true;
2442 2442
(...skipping 29 matching lines...) Expand all
2472 // WARNING: Do not edit - generated code. 2472 // WARNING: Do not edit - generated code.
2473 2473
2474 2474
2475 @DocsEditable() 2475 @DocsEditable()
2476 @DomName('SVGFETurbulenceElement') 2476 @DomName('SVGFETurbulenceElement')
2477 @SupportedBrowser(SupportedBrowser.CHROME) 2477 @SupportedBrowser(SupportedBrowser.CHROME)
2478 @SupportedBrowser(SupportedBrowser.FIREFOX) 2478 @SupportedBrowser(SupportedBrowser.FIREFOX)
2479 @SupportedBrowser(SupportedBrowser.IE, '10') 2479 @SupportedBrowser(SupportedBrowser.IE, '10')
2480 @SupportedBrowser(SupportedBrowser.SAFARI) 2480 @SupportedBrowser(SupportedBrowser.SAFARI)
2481 @Unstable() 2481 @Unstable()
2482 class FETurbulenceElement extends StyledElement implements FilterPrimitiveStanda rdAttributes { 2482 class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA ttributes {
2483 // To suppress missing implicit constructor warnings. 2483 // To suppress missing implicit constructor warnings.
2484 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); } 2484 factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); }
2485 2485
2486 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') 2486 @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement')
2487 @DocsEditable() 2487 @DocsEditable()
2488 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence"); 2488 factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_t ag("feTurbulence");
2489 2489
2490 /// Checks if this type is supported on the current platform. 2490 /// Checks if this type is supported on the current platform.
2491 static bool get supported => true; 2491 static bool get supported => true;
2492 2492
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
2566 // WARNING: Do not edit - generated code. 2566 // WARNING: Do not edit - generated code.
2567 2567
2568 2568
2569 @DocsEditable() 2569 @DocsEditable()
2570 @DomName('SVGFilterElement') 2570 @DomName('SVGFilterElement')
2571 @SupportedBrowser(SupportedBrowser.CHROME) 2571 @SupportedBrowser(SupportedBrowser.CHROME)
2572 @SupportedBrowser(SupportedBrowser.FIREFOX) 2572 @SupportedBrowser(SupportedBrowser.FIREFOX)
2573 @SupportedBrowser(SupportedBrowser.IE, '10') 2573 @SupportedBrowser(SupportedBrowser.IE, '10')
2574 @SupportedBrowser(SupportedBrowser.SAFARI) 2574 @SupportedBrowser(SupportedBrowser.SAFARI)
2575 @Unstable() 2575 @Unstable()
2576 class FilterElement extends StyledElement implements UriReference, ExternalResou rcesRequired { 2576 class FilterElement extends SvgElement implements UriReference, ExternalResource sRequired {
2577 // To suppress missing implicit constructor warnings. 2577 // To suppress missing implicit constructor warnings.
2578 factory FilterElement._() { throw new UnsupportedError("Not supported"); } 2578 factory FilterElement._() { throw new UnsupportedError("Not supported"); }
2579 2579
2580 @DomName('SVGFilterElement.SVGFilterElement') 2580 @DomName('SVGFilterElement.SVGFilterElement')
2581 @DocsEditable() 2581 @DocsEditable()
2582 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter"); 2582 factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("fi lter");
2583 2583
2584 /// Checks if this type is supported on the current platform. 2584 /// Checks if this type is supported on the current platform.
2585 static bool get supported => true; 2585 static bool get supported => true;
2586 2586
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
2754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 2754 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2755 // for details. All rights reserved. Use of this source code is governed by a 2755 // for details. All rights reserved. Use of this source code is governed by a
2756 // BSD-style license that can be found in the LICENSE file. 2756 // BSD-style license that can be found in the LICENSE file.
2757 2757
2758 // WARNING: Do not edit - generated code. 2758 // WARNING: Do not edit - generated code.
2759 2759
2760 2760
2761 @DocsEditable() 2761 @DocsEditable()
2762 @DomName('SVGGraphicsElement') 2762 @DomName('SVGGraphicsElement')
2763 @Experimental() // untriaged 2763 @Experimental() // untriaged
2764 class GraphicsElement extends StyledElement implements Tests { 2764 class GraphicsElement extends SvgElement implements Tests {
2765 // To suppress missing implicit constructor warnings. 2765 // To suppress missing implicit constructor warnings.
2766 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } 2766 factory GraphicsElement._() { throw new UnsupportedError("Not supported"); }
2767 2767
2768 @DomName('SVGGraphicsElement.farthestViewportElement') 2768 @DomName('SVGGraphicsElement.farthestViewportElement')
2769 @DocsEditable() 2769 @DocsEditable()
2770 @Experimental() // untriaged 2770 @Experimental() // untriaged
2771 SvgElement get farthestViewportElement native "SVGGraphicsElement_farthestView portElement_Getter"; 2771 SvgElement get farthestViewportElement native "SVGGraphicsElement_farthestView portElement_Getter";
2772 2772
2773 @DomName('SVGGraphicsElement.nearestViewportElement') 2773 @DomName('SVGGraphicsElement.nearestViewportElement')
2774 @DocsEditable() 2774 @DocsEditable()
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3129 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3130 // for details. All rights reserved. Use of this source code is governed by a 3130 // for details. All rights reserved. Use of this source code is governed by a
3131 // BSD-style license that can be found in the LICENSE file. 3131 // BSD-style license that can be found in the LICENSE file.
3132 3132
3133 // WARNING: Do not edit - generated code. 3133 // WARNING: Do not edit - generated code.
3134 3134
3135 3135
3136 @DocsEditable() 3136 @DocsEditable()
3137 @DomName('SVGMarkerElement') 3137 @DomName('SVGMarkerElement')
3138 @Unstable() 3138 @Unstable()
3139 class MarkerElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired { 3139 class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource sRequired {
3140 // To suppress missing implicit constructor warnings. 3140 // To suppress missing implicit constructor warnings.
3141 factory MarkerElement._() { throw new UnsupportedError("Not supported"); } 3141 factory MarkerElement._() { throw new UnsupportedError("Not supported"); }
3142 3142
3143 @DomName('SVGMarkerElement.SVGMarkerElement') 3143 @DomName('SVGMarkerElement.SVGMarkerElement')
3144 @DocsEditable() 3144 @DocsEditable()
3145 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker"); 3145 factory MarkerElement() => _SvgElementFactoryProvider.createSvgElement_tag("ma rker");
3146 3146
3147 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH') 3147 @DomName('SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH')
3148 @DocsEditable() 3148 @DocsEditable()
3149 static const int SVG_MARKERUNITS_STROKEWIDTH = 2; 3149 static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3220 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3221 // for details. All rights reserved. Use of this source code is governed by a 3221 // for details. All rights reserved. Use of this source code is governed by a
3222 // BSD-style license that can be found in the LICENSE file. 3222 // BSD-style license that can be found in the LICENSE file.
3223 3223
3224 // WARNING: Do not edit - generated code. 3224 // WARNING: Do not edit - generated code.
3225 3225
3226 3226
3227 @DocsEditable() 3227 @DocsEditable()
3228 @DomName('SVGMaskElement') 3228 @DomName('SVGMaskElement')
3229 @Unstable() 3229 @Unstable()
3230 class MaskElement extends StyledElement implements ExternalResourcesRequired, Te sts { 3230 class MaskElement extends SvgElement implements ExternalResourcesRequired, Tests {
3231 // To suppress missing implicit constructor warnings. 3231 // To suppress missing implicit constructor warnings.
3232 factory MaskElement._() { throw new UnsupportedError("Not supported"); } 3232 factory MaskElement._() { throw new UnsupportedError("Not supported"); }
3233 3233
3234 @DomName('SVGMaskElement.SVGMaskElement') 3234 @DomName('SVGMaskElement.SVGMaskElement')
3235 @DocsEditable() 3235 @DocsEditable()
3236 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask "); 3236 factory MaskElement() => _SvgElementFactoryProvider.createSvgElement_tag("mask ");
3237 3237
3238 @DomName('SVGMaskElement.height') 3238 @DomName('SVGMaskElement.height')
3239 @DocsEditable() 3239 @DocsEditable()
3240 AnimatedLength get height native "SVGMaskElement_height_Getter"; 3240 AnimatedLength get height native "SVGMaskElement_height_Getter";
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
4587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 4587 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4588 // for details. All rights reserved. Use of this source code is governed by a 4588 // for details. All rights reserved. Use of this source code is governed by a
4589 // BSD-style license that can be found in the LICENSE file. 4589 // BSD-style license that can be found in the LICENSE file.
4590 4590
4591 // WARNING: Do not edit - generated code. 4591 // WARNING: Do not edit - generated code.
4592 4592
4593 4593
4594 @DocsEditable() 4594 @DocsEditable()
4595 @DomName('SVGPatternElement') 4595 @DomName('SVGPatternElement')
4596 @Unstable() 4596 @Unstable()
4597 class PatternElement extends StyledElement implements FitToViewBox, UriReference , ExternalResourcesRequired, Tests { 4597 class PatternElement extends SvgElement implements FitToViewBox, UriReference, E xternalResourcesRequired, Tests {
4598 // To suppress missing implicit constructor warnings. 4598 // To suppress missing implicit constructor warnings.
4599 factory PatternElement._() { throw new UnsupportedError("Not supported"); } 4599 factory PatternElement._() { throw new UnsupportedError("Not supported"); }
4600 4600
4601 @DomName('SVGPatternElement.SVGPatternElement') 4601 @DomName('SVGPatternElement.SVGPatternElement')
4602 @DocsEditable() 4602 @DocsEditable()
4603 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern"); 4603 factory PatternElement() => _SvgElementFactoryProvider.createSvgElement_tag("p attern");
4604 4604
4605 @DomName('SVGPatternElement.height') 4605 @DomName('SVGPatternElement.height')
4606 @DocsEditable() 4606 @DocsEditable()
4607 AnimatedLength get height native "SVGPatternElement_height_Getter"; 4607 AnimatedLength get height native "SVGPatternElement_height_Getter";
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
5123 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5123 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5124 // for details. All rights reserved. Use of this source code is governed by a 5124 // for details. All rights reserved. Use of this source code is governed by a
5125 // BSD-style license that can be found in the LICENSE file. 5125 // BSD-style license that can be found in the LICENSE file.
5126 5126
5127 // WARNING: Do not edit - generated code. 5127 // WARNING: Do not edit - generated code.
5128 5128
5129 5129
5130 @DocsEditable() 5130 @DocsEditable()
5131 @DomName('SVGStopElement') 5131 @DomName('SVGStopElement')
5132 @Unstable() 5132 @Unstable()
5133 class StopElement extends StyledElement { 5133 class StopElement extends SvgElement {
5134 // To suppress missing implicit constructor warnings. 5134 // To suppress missing implicit constructor warnings.
5135 factory StopElement._() { throw new UnsupportedError("Not supported"); } 5135 factory StopElement._() { throw new UnsupportedError("Not supported"); }
5136 5136
5137 @DomName('SVGStopElement.SVGStopElement') 5137 @DomName('SVGStopElement.SVGStopElement')
5138 @DocsEditable() 5138 @DocsEditable()
5139 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop "); 5139 factory StopElement() => _SvgElementFactoryProvider.createSvgElement_tag("stop ");
5140 5140
5141 @DomName('SVGStopElement.offset') 5141 @DomName('SVGStopElement.offset')
5142 @DocsEditable() 5142 @DocsEditable()
5143 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter"; 5143 AnimatedNumber get gradientOffset native "SVGStopElement_offset_Getter";
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
5287 5287
5288 } 5288 }
5289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5289 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5290 // for details. All rights reserved. Use of this source code is governed by a 5290 // for details. All rights reserved. Use of this source code is governed by a
5291 // BSD-style license that can be found in the LICENSE file. 5291 // BSD-style license that can be found in the LICENSE file.
5292 5292
5293 // WARNING: Do not edit - generated code. 5293 // WARNING: Do not edit - generated code.
5294 5294
5295 5295
5296 @DocsEditable() 5296 @DocsEditable()
5297 @DomName('SVGStyledElement')
5298 @Unstable()
5299 class StyledElement extends SvgElement {
5300 // To suppress missing implicit constructor warnings.
5301 factory StyledElement._() { throw new UnsupportedError("Not supported"); }
5302
5303 @DomName('SVGStyledElement.className')
5304 @DocsEditable()
5305 AnimatedString get $dom_svgClassName native "SVGStyledElement_className_Getter ";
5306
5307 @DomName('SVGStyledElement.style')
5308 @DocsEditable()
5309 CssStyleDeclaration get style native "SVGStyledElement_style_Getter";
5310
5311 }
5312 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5313 // for details. All rights reserved. Use of this source code is governed by a
5314 // BSD-style license that can be found in the LICENSE file.
5315
5316 // WARNING: Do not edit - generated code.
5317
5318
5319 @DocsEditable()
5320 @DomName('SVGDocument') 5297 @DomName('SVGDocument')
5321 @Unstable() 5298 @Unstable()
5322 class SvgDocument extends Document { 5299 class SvgDocument extends Document {
5323 // To suppress missing implicit constructor warnings. 5300 // To suppress missing implicit constructor warnings.
5324 factory SvgDocument._() { throw new UnsupportedError("Not supported"); } 5301 factory SvgDocument._() { throw new UnsupportedError("Not supported"); }
5325 5302
5326 @DomName('SVGDocument.rootElement') 5303 @DomName('SVGDocument.rootElement')
5327 @DocsEditable() 5304 @DocsEditable()
5328 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter"; 5305 SvgSvgElement get rootElement native "SVGDocument_rootElement_Getter";
5329 5306
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
5440 * 5417 *
5441 * The tag should be a valid SVG element tag name. 5418 * The tag should be a valid SVG element tag name.
5442 */ 5419 */
5443 static bool isTagSupported(String tag) { 5420 static bool isTagSupported(String tag) {
5444 var e = new SvgElement.tag(tag); 5421 var e = new SvgElement.tag(tag);
5445 return e is SvgElement && !(e is UnknownElement); 5422 return e is SvgElement && !(e is UnknownElement);
5446 } 5423 }
5447 // To suppress missing implicit constructor warnings. 5424 // To suppress missing implicit constructor warnings.
5448 factory SvgElement._() { throw new UnsupportedError("Not supported"); } 5425 factory SvgElement._() { throw new UnsupportedError("Not supported"); }
5449 5426
5450 @DomName('SVGElement.id') 5427 @DomName('SVGElement.className')
5451 @DocsEditable() 5428 @DocsEditable()
5452 String get id native "SVGElement_id_Getter"; 5429 @Experimental() // untriaged
5453 5430 AnimatedString get $dom_svgClassName native "SVGElement_className_Getter";
5454 @DomName('SVGElement.id')
5455 @DocsEditable()
5456 void set id(String value) native "SVGElement_id_Setter";
5457 5431
5458 @DomName('SVGElement.ownerSVGElement') 5432 @DomName('SVGElement.ownerSVGElement')
5459 @DocsEditable() 5433 @DocsEditable()
5460 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter"; 5434 SvgSvgElement get ownerSvgElement native "SVGElement_ownerSVGElement_Getter";
5461 5435
5436 @DomName('SVGElement.style')
5437 @DocsEditable()
5438 @Experimental() // untriaged
5439 CssStyleDeclaration get style native "SVGElement_style_Getter";
5440
5462 @DomName('SVGElement.viewportElement') 5441 @DomName('SVGElement.viewportElement')
5463 @DocsEditable() 5442 @DocsEditable()
5464 SvgElement get viewportElement native "SVGElement_viewportElement_Getter"; 5443 SvgElement get viewportElement native "SVGElement_viewportElement_Getter";
5465 5444
5466 @DomName('SVGElement.xmlbase') 5445 @DomName('SVGElement.xmlbase')
5467 @DocsEditable() 5446 @DocsEditable()
5468 String get xmlbase native "SVGElement_xmlbase_Getter"; 5447 String get xmlbase native "SVGElement_xmlbase_Getter";
5469 5448
5470 @DomName('SVGElement.xmlbase') 5449 @DomName('SVGElement.xmlbase')
5471 @DocsEditable() 5450 @DocsEditable()
(...skipping 12 matching lines...) Expand all
5484 @DomName('SVGElement.xmlspace') 5463 @DomName('SVGElement.xmlspace')
5485 @DocsEditable() 5464 @DocsEditable()
5486 @Experimental() // untriaged 5465 @Experimental() // untriaged
5487 String get xmlspace native "SVGElement_xmlspace_Getter"; 5466 String get xmlspace native "SVGElement_xmlspace_Getter";
5488 5467
5489 @DomName('SVGElement.xmlspace') 5468 @DomName('SVGElement.xmlspace')
5490 @DocsEditable() 5469 @DocsEditable()
5491 @Experimental() // untriaged 5470 @Experimental() // untriaged
5492 void set xmlspace(String value) native "SVGElement_xmlspace_Setter"; 5471 void set xmlspace(String value) native "SVGElement_xmlspace_Setter";
5493 5472
5473 @DomName('SVGElement.getPresentationAttribute')
5474 @DocsEditable()
5475 @Experimental() // untriaged
5476 _CSSValue getPresentationAttribute(String name) native "SVGElement_getPresenta tionAttribute_Callback";
5477
5494 } 5478 }
5495 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5479 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5496 // for details. All rights reserved. Use of this source code is governed by a 5480 // for details. All rights reserved. Use of this source code is governed by a
5497 // BSD-style license that can be found in the LICENSE file. 5481 // BSD-style license that can be found in the LICENSE file.
5498 5482
5499 5483
5500 @DomName('SVGSVGElement') 5484 @DomName('SVGSVGElement')
5501 @Unstable() 5485 @Unstable()
5502 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ExternalRes ourcesRequired, ZoomAndPan { 5486 class SvgSvgElement extends GraphicsElement implements FitToViewBox, ExternalRes ourcesRequired, ZoomAndPan {
5503 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ; 5487 factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement() ;
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
5716 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5700 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5717 // for details. All rights reserved. Use of this source code is governed by a 5701 // for details. All rights reserved. Use of this source code is governed by a
5718 // BSD-style license that can be found in the LICENSE file. 5702 // BSD-style license that can be found in the LICENSE file.
5719 5703
5720 // WARNING: Do not edit - generated code. 5704 // WARNING: Do not edit - generated code.
5721 5705
5722 5706
5723 @DocsEditable() 5707 @DocsEditable()
5724 @DomName('SVGSymbolElement') 5708 @DomName('SVGSymbolElement')
5725 @Unstable() 5709 @Unstable()
5726 class SymbolElement extends StyledElement implements FitToViewBox, ExternalResou rcesRequired { 5710 class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource sRequired {
5727 // To suppress missing implicit constructor warnings. 5711 // To suppress missing implicit constructor warnings.
5728 factory SymbolElement._() { throw new UnsupportedError("Not supported"); } 5712 factory SymbolElement._() { throw new UnsupportedError("Not supported"); }
5729 5713
5730 @DomName('SVGSymbolElement.SVGSymbolElement') 5714 @DomName('SVGSymbolElement.SVGSymbolElement')
5731 @DocsEditable() 5715 @DocsEditable()
5732 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol"); 5716 factory SymbolElement() => _SvgElementFactoryProvider.createSvgElement_tag("sy mbol");
5733 5717
5734 @DomName('SVGSymbolElement.externalResourcesRequired') 5718 @DomName('SVGSymbolElement.externalResourcesRequired')
5735 @DocsEditable() 5719 @DocsEditable()
5736 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter"; 5720 AnimatedBoolean get externalResourcesRequired native "SVGSymbolElement_externa lResourcesRequired_Getter";
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
5979 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5963 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5980 // for details. All rights reserved. Use of this source code is governed by a 5964 // for details. All rights reserved. Use of this source code is governed by a
5981 // BSD-style license that can be found in the LICENSE file. 5965 // BSD-style license that can be found in the LICENSE file.
5982 5966
5983 // WARNING: Do not edit - generated code. 5967 // WARNING: Do not edit - generated code.
5984 5968
5985 5969
5986 @DocsEditable() 5970 @DocsEditable()
5987 @DomName('SVGTitleElement') 5971 @DomName('SVGTitleElement')
5988 @Unstable() 5972 @Unstable()
5989 class TitleElement extends StyledElement { 5973 class TitleElement extends SvgElement {
5990 // To suppress missing implicit constructor warnings. 5974 // To suppress missing implicit constructor warnings.
5991 factory TitleElement._() { throw new UnsupportedError("Not supported"); } 5975 factory TitleElement._() { throw new UnsupportedError("Not supported"); }
5992 5976
5993 @DomName('SVGTitleElement.SVGTitleElement') 5977 @DomName('SVGTitleElement.SVGTitleElement')
5994 @DocsEditable() 5978 @DocsEditable()
5995 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le"); 5979 factory TitleElement() => _SvgElementFactoryProvider.createSvgElement_tag("tit le");
5996 5980
5997 } 5981 }
5998 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 5982 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
5999 // for details. All rights reserved. Use of this source code is governed by a 5983 // for details. All rights reserved. Use of this source code is governed by a
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
6517 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6501 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6518 // for details. All rights reserved. Use of this source code is governed by a 6502 // for details. All rights reserved. Use of this source code is governed by a
6519 // BSD-style license that can be found in the LICENSE file. 6503 // BSD-style license that can be found in the LICENSE file.
6520 6504
6521 // WARNING: Do not edit - generated code. 6505 // WARNING: Do not edit - generated code.
6522 6506
6523 6507
6524 @DocsEditable() 6508 @DocsEditable()
6525 @DomName('SVGGradientElement') 6509 @DomName('SVGGradientElement')
6526 @Unstable() 6510 @Unstable()
6527 class _GradientElement extends StyledElement implements UriReference, ExternalRe sourcesRequired { 6511 class _GradientElement extends SvgElement implements UriReference, ExternalResou rcesRequired {
6528 // To suppress missing implicit constructor warnings. 6512 // To suppress missing implicit constructor warnings.
6529 factory _GradientElement._() { throw new UnsupportedError("Not supported"); } 6513 factory _GradientElement._() { throw new UnsupportedError("Not supported"); }
6530 6514
6531 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD') 6515 @DomName('SVGGradientElement.SVG_SPREADMETHOD_PAD')
6532 @DocsEditable() 6516 @DocsEditable()
6533 static const int SVG_SPREADMETHOD_PAD = 1; 6517 static const int SVG_SPREADMETHOD_PAD = 1;
6534 6518
6535 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT') 6519 @DomName('SVGGradientElement.SVG_SPREADMETHOD_REFLECT')
6536 @DocsEditable() 6520 @DocsEditable()
6537 static const int SVG_SPREADMETHOD_REFLECT = 2; 6521 static const int SVG_SPREADMETHOD_REFLECT = 2;
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
6663 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6647 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6664 // for details. All rights reserved. Use of this source code is governed by a 6648 // for details. All rights reserved. Use of this source code is governed by a
6665 // BSD-style license that can be found in the LICENSE file. 6649 // BSD-style license that can be found in the LICENSE file.
6666 6650
6667 // WARNING: Do not edit - generated code. 6651 // WARNING: Do not edit - generated code.
6668 6652
6669 6653
6670 @DocsEditable() 6654 @DocsEditable()
6671 @DomName('SVGFEDropShadowElement') 6655 @DomName('SVGFEDropShadowElement')
6672 @Experimental() // nonstandard 6656 @Experimental() // nonstandard
6673 abstract class _SVGFEDropShadowElement extends StyledElement implements FilterPr imitiveStandardAttributes { 6657 abstract class _SVGFEDropShadowElement extends SvgElement implements FilterPrimi tiveStandardAttributes {
6674 // To suppress missing implicit constructor warnings. 6658 // To suppress missing implicit constructor warnings.
6675 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); } 6659 factory _SVGFEDropShadowElement._() { throw new UnsupportedError("Not supporte d"); }
6676 6660
6677 } 6661 }
6678 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6662 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6679 // for details. All rights reserved. Use of this source code is governed by a 6663 // for details. All rights reserved. Use of this source code is governed by a
6680 // BSD-style license that can be found in the LICENSE file. 6664 // BSD-style license that can be found in the LICENSE file.
6681 6665
6682 // WARNING: Do not edit - generated code. 6666 // WARNING: Do not edit - generated code.
6683 6667
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
6787 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6771 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6788 // for details. All rights reserved. Use of this source code is governed by a 6772 // for details. All rights reserved. Use of this source code is governed by a
6789 // BSD-style license that can be found in the LICENSE file. 6773 // BSD-style license that can be found in the LICENSE file.
6790 6774
6791 // WARNING: Do not edit - generated code. 6775 // WARNING: Do not edit - generated code.
6792 6776
6793 6777
6794 @DocsEditable() 6778 @DocsEditable()
6795 @DomName('SVGGlyphRefElement') 6779 @DomName('SVGGlyphRefElement')
6796 @Unstable() 6780 @Unstable()
6797 abstract class _SVGGlyphRefElement extends StyledElement implements UriReference { 6781 abstract class _SVGGlyphRefElement extends SvgElement implements UriReference {
6798 // To suppress missing implicit constructor warnings. 6782 // To suppress missing implicit constructor warnings.
6799 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); } 6783 factory _SVGGlyphRefElement._() { throw new UnsupportedError("Not supported"); }
6800 6784
6801 } 6785 }
6802 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6786 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6803 // for details. All rights reserved. Use of this source code is governed by a 6787 // for details. All rights reserved. Use of this source code is governed by a
6804 // BSD-style license that can be found in the LICENSE file. 6788 // BSD-style license that can be found in the LICENSE file.
6805 6789
6806 // WARNING: Do not edit - generated code. 6790 // WARNING: Do not edit - generated code.
6807 6791
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
6839 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6823 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6840 // for details. All rights reserved. Use of this source code is governed by a 6824 // for details. All rights reserved. Use of this source code is governed by a
6841 // BSD-style license that can be found in the LICENSE file. 6825 // BSD-style license that can be found in the LICENSE file.
6842 6826
6843 // WARNING: Do not edit - generated code. 6827 // WARNING: Do not edit - generated code.
6844 6828
6845 6829
6846 @DocsEditable() 6830 @DocsEditable()
6847 @DomName('SVGMissingGlyphElement') 6831 @DomName('SVGMissingGlyphElement')
6848 @Unstable() 6832 @Unstable()
6849 abstract class _SVGMissingGlyphElement extends StyledElement { 6833 abstract class _SVGMissingGlyphElement extends SvgElement {
6850 // To suppress missing implicit constructor warnings. 6834 // To suppress missing implicit constructor warnings.
6851 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); } 6835 factory _SVGMissingGlyphElement._() { throw new UnsupportedError("Not supporte d"); }
6852 6836
6853 } 6837 }
6854 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 6838 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
6855 // for details. All rights reserved. Use of this source code is governed by a 6839 // for details. All rights reserved. Use of this source code is governed by a
6856 // BSD-style license that can be found in the LICENSE file. 6840 // BSD-style license that can be found in the LICENSE file.
6857 6841
6858 // WARNING: Do not edit - generated code. 6842 // WARNING: Do not edit - generated code.
6859 6843
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
6897 @Unstable() 6881 @Unstable()
6898 abstract class _SVGVKernElement extends SvgElement { 6882 abstract class _SVGVKernElement extends SvgElement {
6899 // To suppress missing implicit constructor warnings. 6883 // To suppress missing implicit constructor warnings.
6900 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); } 6884 factory _SVGVKernElement._() { throw new UnsupportedError("Not supported"); }
6901 6885
6902 @DomName('SVGVKernElement.SVGVKernElement') 6886 @DomName('SVGVKernElement.SVGVKernElement')
6903 @DocsEditable() 6887 @DocsEditable()
6904 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern"); 6888 factory _SVGVKernElement() => _SvgElementFactoryProvider.createSvgElement_tag( "vkern");
6905 6889
6906 } 6890 }
OLDNEW
« no previous file with comments | « sdk/lib/svg/dart2js/svg_dart2js.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698