| OLD | NEW |
| 1 | 1 |
| 2 class SVGTextElement extends SVGTextPositioningElement native "SVGTextElement" { | 2 class SVGTextElement extends SVGTextPositioningElement native "*SVGTextElement"
{ |
| 3 | 3 |
| 4 // From SVGTransformable | 4 // From SVGTransformable |
| 5 | 5 |
| 6 SVGAnimatedTransformList transform; | 6 SVGAnimatedTransformList transform; |
| 7 | 7 |
| 8 // From SVGLocatable | 8 // From SVGLocatable |
| 9 | 9 |
| 10 SVGElement farthestViewportElement; | 10 SVGElement farthestViewportElement; |
| 11 | 11 |
| 12 SVGElement nearestViewportElement; | 12 SVGElement nearestViewportElement; |
| 13 | 13 |
| 14 SVGRect getBBox() native; | 14 SVGRect getBBox() native; |
| 15 | 15 |
| 16 SVGMatrix getCTM() native; | 16 SVGMatrix getCTM() native; |
| 17 | 17 |
| 18 SVGMatrix getScreenCTM() native; | 18 SVGMatrix getScreenCTM() native; |
| 19 | 19 |
| 20 SVGMatrix getTransformToElement(SVGElement element) native; | 20 SVGMatrix getTransformToElement(SVGElement element) native; |
| 21 } | 21 } |
| OLD | NEW |