OLD | NEW |
1 | 1 |
2 class _SVGMaskElementJs extends _SVGElementJs implements SVGMaskElement native "
*SVGMaskElement" { | 2 class _SVGMaskElementJs extends _SVGElementJs implements SVGMaskElement native "
*SVGMaskElement" { |
3 | 3 |
4 final _SVGAnimatedLengthJs height; | 4 final _SVGAnimatedLengthJs height; |
5 | 5 |
6 final _SVGAnimatedEnumerationJs maskContentUnits; | 6 final _SVGAnimatedEnumerationJs maskContentUnits; |
7 | 7 |
8 final _SVGAnimatedEnumerationJs maskUnits; | 8 final _SVGAnimatedEnumerationJs maskUnits; |
9 | 9 |
10 final _SVGAnimatedLengthJs width; | 10 final _SVGAnimatedLengthJs width; |
(...skipping 19 matching lines...) Expand all Loading... |
30 String xmlspace; | 30 String xmlspace; |
31 | 31 |
32 // From SVGExternalResourcesRequired | 32 // From SVGExternalResourcesRequired |
33 | 33 |
34 final _SVGAnimatedBooleanJs externalResourcesRequired; | 34 final _SVGAnimatedBooleanJs externalResourcesRequired; |
35 | 35 |
36 // From SVGStylable | 36 // From SVGStylable |
37 | 37 |
38 final _SVGAnimatedStringJs className; | 38 final _SVGAnimatedStringJs className; |
39 | 39 |
40 final _CSSStyleDeclarationJs style; | 40 // Use implementation from Element. |
| 41 // final _CSSStyleDeclarationJs style; |
41 | 42 |
42 _CSSValueJs getPresentationAttribute(String name) native; | 43 _CSSValueJs getPresentationAttribute(String name) native; |
43 } | 44 } |
OLD | NEW |