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

Unified Diff: sdk/lib/svg/dart2js/svg_dart2js.dart

Issue 11412042: "Reverting 15020" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: sdk/lib/svg/dart2js/svg_dart2js.dart
diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart
index d7a0c23bc62177bc237899901651c5adbca6e444..ef6935a5314d35df6a1185989893e970b7303f9b 100644
--- a/sdk/lib/svg/dart2js/svg_dart2js.dart
+++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
@@ -56,8 +56,6 @@ class _SVGSVGElementFactoryProvider {
/// @domName SVGAElement
class SVGAElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*SVGAElement" {
- factory SVGAElement() => _SvgElementFactoryProvider.createSVGElement_tag("a");
-
/** @domName SVGAElement.target */
final SVGAnimatedString target;
@@ -207,8 +205,6 @@ class SVGAngle native "*SVGAngle" {
/// @domName SVGAnimateColorElement
class SVGAnimateColorElement extends SVGAnimationElement native "*SVGAnimateColorElement" {
-
- factory SVGAnimateColorElement() => _SvgElementFactoryProvider.createSVGElement_tag("animateColor");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -217,8 +213,6 @@ class SVGAnimateColorElement extends SVGAnimationElement native "*SVGAnimateColo
/// @domName SVGAnimateElement
class SVGAnimateElement extends SVGAnimationElement native "*SVGAnimateElement" {
-
- factory SVGAnimateElement() => _SvgElementFactoryProvider.createSVGElement_tag("animate");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -227,8 +221,6 @@ class SVGAnimateElement extends SVGAnimationElement native "*SVGAnimateElement"
/// @domName SVGAnimateMotionElement
class SVGAnimateMotionElement extends SVGAnimationElement native "*SVGAnimateMotionElement" {
-
- factory SVGAnimateMotionElement() => _SvgElementFactoryProvider.createSVGElement_tag("animateMotion");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -237,8 +229,6 @@ class SVGAnimateMotionElement extends SVGAnimationElement native "*SVGAnimateMot
/// @domName SVGAnimateTransformElement
class SVGAnimateTransformElement extends SVGAnimationElement native "*SVGAnimateTransformElement" {
-
- factory SVGAnimateTransformElement() => _SvgElementFactoryProvider.createSVGElement_tag("animateTransform");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -665,8 +655,6 @@ class SVGAnimatedTransformList implements JavaScriptIndexingBehavior, List<SVGAn
/// @domName SVGAnimationElement
class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGTests, SVGExternalResourcesRequired native "*SVGAnimationElement" {
- factory SVGAnimationElement() => _SvgElementFactoryProvider.createSVGElement_tag("animation");
-
/** @domName SVGAnimationElement.targetElement */
final SVGElement targetElement;
@@ -720,8 +708,6 @@ class SVGAnimationElement extends SVGElement implements ElementTimeControl, SVGT
/// @domName SVGCircleElement
class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGCircleElement" {
- factory SVGCircleElement() => _SvgElementFactoryProvider.createSVGElement_tag("circle");
-
/** @domName SVGCircleElement.cx */
final SVGAnimatedLength cx;
@@ -802,8 +788,6 @@ class SVGCircleElement extends SVGElement implements SVGLangSpace, SVGStylable,
/// @domName SVGClipPathElement
class SVGClipPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGClipPathElement" {
- factory SVGClipPathElement() => _SvgElementFactoryProvider.createSVGElement_tag("clipPath");
-
/** @domName SVGClipPathElement.clipPathUnits */
final SVGAnimatedEnumeration clipPathUnits;
@@ -950,8 +934,6 @@ class SVGComponentTransferFunctionElement extends SVGElement native "*SVGCompone
/// @domName SVGCursorElement
class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests, SVGExternalResourcesRequired native "*SVGCursorElement" {
- factory SVGCursorElement() => _SvgElementFactoryProvider.createSVGElement_tag("cursor");
-
/** @domName SVGCursorElement.x */
final SVGAnimatedLength x;
@@ -990,8 +972,6 @@ class SVGCursorElement extends SVGElement implements SVGURIReference, SVGTests,
/// @domName SVGDefsElement
class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGDefsElement" {
- factory SVGDefsElement() => _SvgElementFactoryProvider.createSVGElement_tag("defs");
-
// From SVGExternalResourcesRequired
/** @domName SVGExternalResourcesRequired.externalResourcesRequired */
@@ -1063,8 +1043,6 @@ class SVGDefsElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
/// @domName SVGDescElement
class SVGDescElement extends SVGElement implements SVGLangSpace, SVGStylable native "*SVGDescElement" {
- factory SVGDescElement() => _SvgElementFactoryProvider.createSVGElement_tag("desc");
-
// From SVGLangSpace
/** @domName SVGLangSpace.xmllang */
@@ -1324,8 +1302,6 @@ class SVGElementInstanceEvents extends Events {
/// @domName SVGEllipseElement
class SVGEllipseElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGEllipseElement" {
- factory SVGEllipseElement() => _SvgElementFactoryProvider.createSVGElement_tag("ellipse");
-
/** @domName SVGEllipseElement.cx */
final SVGAnimatedLength cx;
@@ -2451,8 +2427,6 @@ class SVGFETurbulenceElement extends SVGElement implements SVGFilterPrimitiveSta
/// @domName SVGFilterElement
class SVGFilterElement extends SVGElement implements SVGURIReference, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable native "*SVGFilterElement" {
- factory SVGFilterElement() => _SvgElementFactoryProvider.createSVGElement_tag("filter");
-
/** @domName SVGFilterElement.filterResX */
final SVGAnimatedInteger filterResX;
@@ -2555,8 +2529,6 @@ abstract class SVGFitToViewBox {
/// @domName SVGFontElement
class SVGFontElement extends SVGElement native "*SVGFontElement" {
-
- factory SVGFontElement() => _SvgElementFactoryProvider.createSVGElement_tag("font");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2565,8 +2537,6 @@ class SVGFontElement extends SVGElement native "*SVGFontElement" {
/// @domName SVGFontFaceElement
class SVGFontFaceElement extends SVGElement native "*SVGFontFaceElement" {
-
- factory SVGFontFaceElement() => _SvgElementFactoryProvider.createSVGElement_tag("font-face");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2575,8 +2545,6 @@ class SVGFontFaceElement extends SVGElement native "*SVGFontFaceElement" {
/// @domName SVGFontFaceFormatElement
class SVGFontFaceFormatElement extends SVGElement native "*SVGFontFaceFormatElement" {
-
- factory SVGFontFaceFormatElement() => _SvgElementFactoryProvider.createSVGElement_tag("font-face-format");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2585,8 +2553,6 @@ class SVGFontFaceFormatElement extends SVGElement native "*SVGFontFaceFormatElem
/// @domName SVGFontFaceNameElement
class SVGFontFaceNameElement extends SVGElement native "*SVGFontFaceNameElement" {
-
- factory SVGFontFaceNameElement() => _SvgElementFactoryProvider.createSVGElement_tag("font-face-name");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2595,8 +2561,6 @@ class SVGFontFaceNameElement extends SVGElement native "*SVGFontFaceNameElement"
/// @domName SVGFontFaceSrcElement
class SVGFontFaceSrcElement extends SVGElement native "*SVGFontFaceSrcElement" {
-
- factory SVGFontFaceSrcElement() => _SvgElementFactoryProvider.createSVGElement_tag("font-face-src");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2605,8 +2569,6 @@ class SVGFontFaceSrcElement extends SVGElement native "*SVGFontFaceSrcElement" {
/// @domName SVGFontFaceUriElement
class SVGFontFaceUriElement extends SVGElement native "*SVGFontFaceUriElement" {
-
- factory SVGFontFaceUriElement() => _SvgElementFactoryProvider.createSVGElement_tag("font-face-uri");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2616,8 +2578,6 @@ class SVGFontFaceUriElement extends SVGElement native "*SVGFontFaceUriElement" {
/// @domName SVGForeignObjectElement
class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGForeignObjectElement" {
- factory SVGForeignObjectElement() => _SvgElementFactoryProvider.createSVGElement_tag("foreignObject");
-
/** @domName SVGForeignObjectElement.height */
final SVGAnimatedLength height;
@@ -2701,8 +2661,6 @@ class SVGForeignObjectElement extends SVGElement implements SVGLangSpace, SVGSty
/// @domName SVGGElement
class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGGElement" {
- factory SVGGElement() => _SvgElementFactoryProvider.createSVGElement_tag("g");
-
// From SVGExternalResourcesRequired
/** @domName SVGExternalResourcesRequired.externalResourcesRequired */
@@ -2773,8 +2731,6 @@ class SVGGElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTe
/// @domName SVGGlyphElement
class SVGGlyphElement extends SVGElement native "*SVGGlyphElement" {
-
- factory SVGGlyphElement() => _SvgElementFactoryProvider.createSVGElement_tag("glyph");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2871,8 +2827,6 @@ class SVGGradientElement extends SVGElement implements SVGURIReference, SVGExter
/// @domName SVGHKernElement
class SVGHKernElement extends SVGElement native "*SVGHKernElement" {
-
- factory SVGHKernElement() => _SvgElementFactoryProvider.createSVGElement_tag("hkern");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -2882,8 +2836,6 @@ class SVGHKernElement extends SVGElement native "*SVGHKernElement" {
/// @domName SVGImageElement
class SVGImageElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*SVGImageElement" {
- factory SVGImageElement() => _SvgElementFactoryProvider.createSVGElement_tag("image");
-
/** @domName SVGImageElement.height */
final SVGAnimatedLength height;
@@ -3150,8 +3102,6 @@ class SVGLengthList implements JavaScriptIndexingBehavior, List<SVGLength> nativ
/// @domName SVGLineElement
class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGLineElement" {
- factory SVGLineElement() => _SvgElementFactoryProvider.createSVGElement_tag("line");
-
/** @domName SVGLineElement.x1 */
final SVGAnimatedLength x1;
@@ -3235,8 +3185,6 @@ class SVGLineElement extends SVGElement implements SVGLangSpace, SVGStylable, SV
/// @domName SVGLinearGradientElement
class SVGLinearGradientElement extends SVGGradientElement native "*SVGLinearGradientElement" {
- factory SVGLinearGradientElement() => _SvgElementFactoryProvider.createSVGElement_tag("linearGradient");
-
/** @domName SVGLinearGradientElement.x1 */
final SVGAnimatedLength x1;
@@ -3281,8 +3229,6 @@ abstract class SVGLocatable {
/// @domName SVGMPathElement
class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternalResourcesRequired native "*SVGMPathElement" {
- factory SVGMPathElement() => _SvgElementFactoryProvider.createSVGElement_tag("mpath");
-
// From SVGExternalResourcesRequired
/** @domName SVGExternalResourcesRequired.externalResourcesRequired */
@@ -3301,8 +3247,6 @@ class SVGMPathElement extends SVGElement implements SVGURIReference, SVGExternal
/// @domName SVGMarkerElement
class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewBox, SVGExternalResourcesRequired, SVGStylable native "*SVGMarkerElement" {
- factory SVGMarkerElement() => _SvgElementFactoryProvider.createSVGElement_tag("marker");
-
static const int SVG_MARKERUNITS_STROKEWIDTH = 2;
static const int SVG_MARKERUNITS_UNKNOWN = 0;
@@ -3382,8 +3326,6 @@ class SVGMarkerElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
/// @domName SVGMaskElement
class SVGMaskElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGExternalResourcesRequired native "*SVGMaskElement" {
- factory SVGMaskElement() => _SvgElementFactoryProvider.createSVGElement_tag("mask");
-
/** @domName SVGMaskElement.height */
final SVGAnimatedLength height;
@@ -3689,8 +3631,6 @@ class SVGPaint extends SVGColor native "*SVGPaint" {
/// @domName SVGPathElement
class SVGPathElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPathElement" {
- factory SVGPathElement() => _SvgElementFactoryProvider.createSVGElement_tag("path");
-
/** @domName SVGPathElement.animatedNormalizedPathSegList */
final SVGPathSegList animatedNormalizedPathSegList;
@@ -4338,8 +4278,6 @@ class SVGPathSegMovetoRel extends SVGPathSeg native "*SVGPathSegMovetoRel" {
/// @domName SVGPatternElement
class SVGPatternElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStylable, SVGURIReference, SVGFitToViewBox, SVGExternalResourcesRequired native "*SVGPatternElement" {
- factory SVGPatternElement() => _SvgElementFactoryProvider.createSVGElement_tag("pattern");
-
/** @domName SVGPatternElement.height */
final SVGAnimatedLength height;
@@ -4469,8 +4407,6 @@ class SVGPointList native "*SVGPointList" {
/// @domName SVGPolygonElement
class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolygonElement" {
- factory SVGPolygonElement() => _SvgElementFactoryProvider.createSVGElement_tag("polygon");
-
/** @domName SVGPolygonElement.animatedPoints */
final SVGPointList animatedPoints;
@@ -4548,8 +4484,6 @@ class SVGPolygonElement extends SVGElement implements SVGLangSpace, SVGStylable,
/// @domName SVGPolylineElement
class SVGPolylineElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGPolylineElement" {
- factory SVGPolylineElement() => _SvgElementFactoryProvider.createSVGElement_tag("polyline");
-
/** @domName SVGPolylineElement.animatedPoints */
final SVGPointList animatedPoints;
@@ -4669,8 +4603,6 @@ class SVGPreserveAspectRatio native "*SVGPreserveAspectRatio" {
/// @domName SVGRadialGradientElement
class SVGRadialGradientElement extends SVGGradientElement native "*SVGRadialGradientElement" {
- factory SVGRadialGradientElement() => _SvgElementFactoryProvider.createSVGElement_tag("radialGradient");
-
/** @domName SVGRadialGradientElement.cx */
final SVGAnimatedLength cx;
@@ -4717,8 +4649,6 @@ class SVGRect native "*SVGRect" {
/// @domName SVGRectElement
class SVGRectElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGRectElement" {
- factory SVGRectElement() => _SvgElementFactoryProvider.createSVGElement_tag("rect");
-
/** @domName SVGRectElement.height */
final SVGAnimatedLength height;
@@ -5023,8 +4953,6 @@ class SVGSVGElement extends SVGElement implements SVGZoomAndPan, SVGLocatable, S
/// @domName SVGScriptElement
class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExternalResourcesRequired native "*SVGScriptElement" {
- factory SVGScriptElement() => _SvgElementFactoryProvider.createSVGElement_tag("script");
-
/** @domName SVGScriptElement.type */
String type;
@@ -5045,8 +4973,6 @@ class SVGScriptElement extends SVGElement implements SVGURIReference, SVGExterna
/// @domName SVGSetElement
class SVGSetElement extends SVGAnimationElement native "*SVGSetElement" {
-
- factory SVGSetElement() => _SvgElementFactoryProvider.createSVGElement_tag("set");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -5056,8 +4982,6 @@ class SVGSetElement extends SVGAnimationElement native "*SVGSetElement" {
/// @domName SVGStopElement
class SVGStopElement extends SVGElement implements SVGStylable native "*SVGStopElement" {
- factory SVGStopElement() => _SvgElementFactoryProvider.createSVGElement_tag("stop");
-
/** @domName SVGStopElement.offset */
final SVGAnimatedNumber offset;
@@ -5210,8 +5134,6 @@ abstract class SVGStylable {
/// @domName SVGStyleElement
class SVGStyleElement extends SVGElement implements SVGLangSpace native "*SVGStyleElement" {
- factory SVGStyleElement() => _SvgElementFactoryProvider.createSVGElement_tag("style");
-
/** @domName SVGStyleElement.disabled */
bool disabled;
@@ -5246,8 +5168,6 @@ class SVGStyleElement extends SVGElement implements SVGLangSpace native "*SVGSty
/// @domName SVGSwitchElement
class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable, SVGTests, SVGTransformable, SVGExternalResourcesRequired native "*SVGSwitchElement" {
- factory SVGSwitchElement() => _SvgElementFactoryProvider.createSVGElement_tag("switch");
-
// From SVGExternalResourcesRequired
/** @domName SVGExternalResourcesRequired.externalResourcesRequired */
@@ -5319,8 +5239,6 @@ class SVGSwitchElement extends SVGElement implements SVGLangSpace, SVGStylable,
/// @domName SVGSymbolElement
class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewBox, SVGExternalResourcesRequired, SVGStylable native "*SVGSymbolElement" {
- factory SVGSymbolElement() => _SvgElementFactoryProvider.createSVGElement_tag("symbol");
-
// From SVGExternalResourcesRequired
/** @domName SVGExternalResourcesRequired.externalResourcesRequired */
@@ -5361,8 +5279,6 @@ class SVGSymbolElement extends SVGElement implements SVGLangSpace, SVGFitToViewB
/// @domName SVGTRefElement
class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReference native "*SVGTRefElement" {
- factory SVGTRefElement() => _SvgElementFactoryProvider.createSVGElement_tag("tref");
-
// From SVGURIReference
/** @domName SVGURIReference.href */
@@ -5375,8 +5291,6 @@ class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReferenc
/// @domName SVGTSpanElement
class SVGTSpanElement extends SVGTextPositioningElement native "*SVGTSpanElement" {
-
- factory SVGTSpanElement() => _SvgElementFactoryProvider.createSVGElement_tag("tspan");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -5488,8 +5402,6 @@ class SVGTextContentElement extends SVGElement implements SVGLangSpace, SVGStyla
/// @domName SVGTextElement
class SVGTextElement extends SVGTextPositioningElement implements SVGTransformable native "*SVGTextElement" {
- factory SVGTextElement() => _SvgElementFactoryProvider.createSVGElement_tag("text");
-
// From SVGLocatable
/** @domName SVGLocatable.farthestViewportElement */
@@ -5580,8 +5492,6 @@ class SVGTextPositioningElement extends SVGTextContentElement native "*SVGTextPo
/// @domName SVGTitleElement
class SVGTitleElement extends SVGElement implements SVGLangSpace, SVGStylable native "*SVGTitleElement" {
- factory SVGTitleElement() => _SvgElementFactoryProvider.createSVGElement_tag("title");
-
// From SVGLangSpace
/** @domName SVGLangSpace.xmllang */
@@ -5831,8 +5741,6 @@ class SVGUnitTypes native "*SVGUnitTypes" {
/// @domName SVGUseElement
class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGStylable, SVGURIReference, SVGExternalResourcesRequired, SVGTransformable native "*SVGUseElement" {
- factory SVGUseElement() => _SvgElementFactoryProvider.createSVGElement_tag("use");
-
/** @domName SVGUseElement.animatedInstanceRoot */
final SVGElementInstance animatedInstanceRoot;
@@ -5926,8 +5834,6 @@ class SVGUseElement extends SVGElement implements SVGLangSpace, SVGTests, SVGSty
/// @domName SVGVKernElement
class SVGVKernElement extends SVGElement native "*SVGVKernElement" {
-
- factory SVGVKernElement() => _SvgElementFactoryProvider.createSVGElement_tag("vkern");
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -5937,8 +5843,6 @@ class SVGVKernElement extends SVGElement native "*SVGVKernElement" {
/// @domName SVGViewElement
class SVGViewElement extends SVGElement implements SVGFitToViewBox, SVGZoomAndPan, SVGExternalResourcesRequired native "*SVGViewElement" {
- factory SVGViewElement() => _SvgElementFactoryProvider.createSVGElement_tag("view");
-
/** @domName SVGViewElement.viewTarget */
final SVGStringList viewTarget;
« no previous file with comments | « sdk/lib/html/templates/html/impl/factoryprovider_Elements.darttemplate ('k') | sdk/lib/svg/dartium/svg_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698