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

Unified Diff: client/dom/templates/html/interface/interface_SVGSVGElement.darttemplate

Issue 9677012: Port the SVG code to the wrapperless DOM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
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
+}
« no previous file with comments | « client/dom/templates/html/interface/interface_SVGElement.darttemplate ('k') | client/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698