| 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 0945edc321209edba1db63dd6d387ddfa596069a..6dac4d3568a6d4086f57ff6671000531543b673e 100644
|
| --- a/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| @@ -13,13 +13,13 @@ class SVGTextPathElement extends SVGTextContentElement native "*SVGTextPathEleme
|
|
|
| static final int TEXTPATH_SPACINGTYPE_UNKNOWN = 0;
|
|
|
| - SVGAnimatedEnumeration method;
|
| + SVGAnimatedEnumeration get method() native "return this.method;";
|
|
|
| - SVGAnimatedEnumeration spacing;
|
| + SVGAnimatedEnumeration get spacing() native "return this.spacing;";
|
|
|
| - SVGAnimatedLength startOffset;
|
| + SVGAnimatedLength get startOffset() native "return this.startOffset;";
|
|
|
| // From SVGURIReference
|
|
|
| - SVGAnimatedString href;
|
| + SVGAnimatedString get href() native "return this.href;";
|
| }
|
|
|