| Index: lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| diff --git a/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate b/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| index db5171329949bfcff5f0979da7bb2c9ea18a40f3..a97d6171416911d16843baf8ec1feacc17265558 100644
|
| --- a/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| +++ b/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| $!COMMENT
|
| abstract class SVGSVGElement extends SVGElement implements SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan {
|
| factory SVGSVGElement() => _$(ID)FactoryProvider.createSVGSVGElement();
|
|
|