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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom 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/SVGTextPathElement.dart
diff --git a/client/dom/generated/src/frog/SVGTextPathElement.dart b/client/dom/generated/src/frog/SVGTextPathElement.dart
index f3c73b72dc99280f53196447ffd8fa0fff34aeb8..0945edc321209edba1db63dd6d387ddfa596069a 100644
--- a/client/dom/generated/src/frog/SVGTextPathElement.dart
+++ b/client/dom/generated/src/frog/SVGTextPathElement.dart
@@ -1,6 +1,18 @@
class SVGTextPathElement extends SVGTextContentElement native "*SVGTextPathElement" {
+ static final int TEXTPATH_METHODTYPE_ALIGN = 1;
+
+ static final int TEXTPATH_METHODTYPE_STRETCH = 2;
+
+ static final int TEXTPATH_METHODTYPE_UNKNOWN = 0;
+
+ static final int TEXTPATH_SPACINGTYPE_AUTO = 1;
+
+ static final int TEXTPATH_SPACINGTYPE_EXACT = 2;
+
+ static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
+
SVGAnimatedEnumeration method;
SVGAnimatedEnumeration spacing;
« no previous file with comments | « client/dom/generated/src/frog/SVGTextContentElement.dart ('k') | client/dom/generated/src/frog/SVGTransform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698