| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..04cfd4c5564f710a41c745207d0593a797dcc72b
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGTextPathElement.dart
|
| @@ -0,0 +1,13 @@
|
| +
|
| +class SVGTextPathElement extends SVGTextContentElement native "SVGTextPathElement" {
|
| +
|
| + SVGAnimatedEnumeration method;
|
| +
|
| + SVGAnimatedEnumeration spacing;
|
| +
|
| + SVGAnimatedLength startOffset;
|
| +
|
| + // From SVGURIReference
|
| +
|
| + SVGAnimatedString href;
|
| +}
|
|
|