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