| OLD | NEW |
| 1 | 1 |
| 2 class SVGTextPathElement extends SVGTextContentElement native "SVGTextPathElemen
t" { | 2 class SVGTextPathElement extends SVGTextContentElement native "*SVGTextPathEleme
nt" { |
| 3 | 3 |
| 4 SVGAnimatedEnumeration method; | 4 SVGAnimatedEnumeration method; |
| 5 | 5 |
| 6 SVGAnimatedEnumeration spacing; | 6 SVGAnimatedEnumeration spacing; |
| 7 | 7 |
| 8 SVGAnimatedLength startOffset; | 8 SVGAnimatedLength startOffset; |
| 9 | 9 |
| 10 // From SVGURIReference | 10 // From SVGURIReference |
| 11 | 11 |
| 12 SVGAnimatedString href; | 12 SVGAnimatedString href; |
| 13 } | 13 } |
| OLD | NEW |