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

Unified Diff: client/html/src/SVGElement.dart

Issue 8965006: Support SVGElement#elements, #innerHTML, and #outerHTML. Also add a .svg constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/html/src/SVGElement.dart
diff --git a/client/html/src/SVGElement.dart b/client/html/src/SVGElement.dart
index b0c3838948029485c310ed5a70a2daf0233fc006..24fd7a006282be1f32010f0a335a2fe30c8d3148 100644
--- a/client/html/src/SVGElement.dart
+++ b/client/html/src/SVGElement.dart
@@ -5,6 +5,7 @@
interface SVGElement extends Element factory SVGElementWrappingImplementation {
SVGElement.tag(String tag);
+ SVGElement.svg(String svg);
String get id();

Powered by Google App Engine
This is Rietveld 408576698