| OLD | NEW |
| 1 | 1 |
| 2 class SVGLocatable native "SVGLocatable" { | 2 class SVGLocatable native "*SVGLocatable" { |
| 3 | 3 |
| 4 SVGElement farthestViewportElement; | 4 SVGElement farthestViewportElement; |
| 5 | 5 |
| 6 SVGElement nearestViewportElement; | 6 SVGElement nearestViewportElement; |
| 7 | 7 |
| 8 SVGRect getBBox() native; | 8 SVGRect getBBox() native; |
| 9 | 9 |
| 10 SVGMatrix getCTM() native; | 10 SVGMatrix getCTM() native; |
| 11 | 11 |
| 12 SVGMatrix getScreenCTM() native; | 12 SVGMatrix getScreenCTM() native; |
| 13 | 13 |
| 14 SVGMatrix getTransformToElement(SVGElement element) native; | 14 SVGMatrix getTransformToElement(SVGElement element) native; |
| 15 | 15 |
| 16 var dartObjectLocalStorage; | 16 var dartObjectLocalStorage; |
| 17 | 17 |
| 18 String get typeName() native; | 18 String get typeName() native; |
| 19 } | 19 } |
| OLD | NEW |