| 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 baafa49bdac40f06267489d32dcd75a0a5779602..203037ed073457acdb2751cad5731448d8c968d1 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -4320,6 +4320,7 @@ class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
|
| // WARNING: Do not edit - generated code.
|
|
|
|
|
| +/// @domName SVGPoint
|
| class Point native "*SVGPoint" {
|
| factory Point(num x, num y) => _PointFactoryProvider.createPoint(x, y);
|
|
|
| @@ -4995,6 +4996,7 @@ class _AttributeClassSet extends CssClassSet {
|
| }
|
| }
|
|
|
| +/// @domName SVGElement
|
| class SvgElement extends Element native "*SVGElement" {
|
| factory SvgElement.tag(String tag) =>
|
| _SvgElementFactoryProvider.createSvgElement_tag(tag);
|
| @@ -5072,6 +5074,7 @@ class SvgElement extends Element native "*SVGElement" {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| +/// @domName SVGSVGElement
|
| class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable, Locatable, ExternalResourcesRequired, ZoomAndPan, LangSpace native "*SVGSVGElement" {
|
| factory SvgSvgElement() => _SvgSvgElementFactoryProvider.createSvgSvgElement();
|
|
|
|
|