| Index: client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| diff --git a/client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate b/client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3d4f59b051661d5f006867dcbade6a799d7eac9b
|
| --- /dev/null
|
| +++ b/client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate
|
| @@ -0,0 +1,10 @@
|
| +// 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
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGLocatable, SVGFitToViewBox, SVGZoomAndPan
|
| + default _$(ID)FactoryProvider {
|
| + SVGSVGElement();
|
| +
|
| +$!MEMBERS
|
| +}
|
|
|