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

Unified Diff: client/dom/generated/src/frog/SVGTransform.dart

Issue 8618007: Enable SVG for dartc and frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/generated/src/frog/SVGTransform.dart
diff --git a/client/dom/generated/src/frog/SVGTransform.dart b/client/dom/generated/src/frog/SVGTransform.dart
new file mode 100644
index 0000000000000000000000000000000000000000..7aad7c9d748e78b37449912c3561e8139e1db62a
--- /dev/null
+++ b/client/dom/generated/src/frog/SVGTransform.dart
@@ -0,0 +1,25 @@
+
+class SVGTransform native "SVGTransform" {
+
+ num angle;
+
+ SVGMatrix matrix;
+
+ int type;
+
+ void setMatrix(SVGMatrix matrix) native;
+
+ void setRotate(num angle, num cx, num cy) native;
+
+ void setScale(num sx, num sy) native;
+
+ void setSkewX(num angle) native;
+
+ void setSkewY(num angle) native;
+
+ void setTranslate(num tx, num ty) native;
+
+ var dartObjectLocalStorage;
+
+ String get typeName() native;
+}
« no previous file with comments | « client/dom/generated/src/frog/SVGTitleElement.dart ('k') | client/dom/generated/src/frog/SVGTransformList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698