| OLD | NEW |
| 1 | 1 |
| 2 class SVGTextPositioningElement extends SVGTextContentElement native "SVGTextPos
itioningElement" { | 2 class SVGTextPositioningElement extends SVGTextContentElement native "*SVGTextPo
sitioningElement" { |
| 3 | 3 |
| 4 SVGAnimatedLengthList dx; | 4 SVGAnimatedLengthList dx; |
| 5 | 5 |
| 6 SVGAnimatedLengthList dy; | 6 SVGAnimatedLengthList dy; |
| 7 | 7 |
| 8 SVGAnimatedNumberList rotate; | 8 SVGAnimatedNumberList rotate; |
| 9 | 9 |
| 10 SVGAnimatedLengthList x; | 10 SVGAnimatedLengthList x; |
| 11 | 11 |
| 12 SVGAnimatedLengthList y; | 12 SVGAnimatedLengthList y; |
| 13 } | 13 } |
| OLD | NEW |