| OLD | NEW |
| (Empty) | |
| 1 |
| 2 class _SVGRectElementJs extends _SVGElementJs implements SVGRectElement native "
*SVGRectElement" { |
| 3 |
| 4 final _SVGAnimatedLengthJs height; |
| 5 |
| 6 final _SVGAnimatedLengthJs rx; |
| 7 |
| 8 final _SVGAnimatedLengthJs ry; |
| 9 |
| 10 final _SVGAnimatedLengthJs width; |
| 11 |
| 12 final _SVGAnimatedLengthJs x; |
| 13 |
| 14 final _SVGAnimatedLengthJs y; |
| 15 |
| 16 // From SVGTests |
| 17 |
| 18 final _SVGStringListJs requiredExtensions; |
| 19 |
| 20 final _SVGStringListJs requiredFeatures; |
| 21 |
| 22 final _SVGStringListJs systemLanguage; |
| 23 |
| 24 bool hasExtension(String extension) native; |
| 25 |
| 26 // From SVGLangSpace |
| 27 |
| 28 String xmllang; |
| 29 |
| 30 String xmlspace; |
| 31 |
| 32 // From SVGExternalResourcesRequired |
| 33 |
| 34 final _SVGAnimatedBooleanJs externalResourcesRequired; |
| 35 |
| 36 // From SVGStylable |
| 37 |
| 38 _SVGAnimatedStringJs get _className() native "return this.className;"; |
| 39 |
| 40 // Use implementation from Element. |
| 41 // final _CSSStyleDeclarationJs style; |
| 42 |
| 43 _CSSValueJs getPresentationAttribute(String name) native; |
| 44 |
| 45 // From SVGTransformable |
| 46 |
| 47 final _SVGAnimatedTransformListJs transform; |
| 48 |
| 49 // From SVGLocatable |
| 50 |
| 51 final _SVGElementJs farthestViewportElement; |
| 52 |
| 53 final _SVGElementJs nearestViewportElement; |
| 54 |
| 55 _SVGRectJs getBBox() native; |
| 56 |
| 57 _SVGMatrixJs getCTM() native; |
| 58 |
| 59 _SVGMatrixJs getScreenCTM() native; |
| 60 |
| 61 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
| 62 } |
| OLD | NEW |