| 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;
|
|
|