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