OLD | NEW |
1 | 1 |
2 class _SVGFEDropShadowElementJs extends _SVGElementJs implements SVGFEDropShadow
Element native "*SVGFEDropShadowElement" { | 2 class _SVGFEDropShadowElementJs extends _SVGElementJs implements SVGFEDropShadow
Element native "*SVGFEDropShadowElement" { |
3 | 3 |
4 final _SVGAnimatedNumberJs dx; | 4 final _SVGAnimatedNumberJs dx; |
5 | 5 |
6 final _SVGAnimatedNumberJs dy; | 6 final _SVGAnimatedNumberJs dy; |
7 | 7 |
8 final _SVGAnimatedStringJs in1; | 8 final _SVGAnimatedStringJs in1; |
9 | 9 |
10 final _SVGAnimatedNumberJs stdDeviationX; | 10 final _SVGAnimatedNumberJs stdDeviationX; |
(...skipping 11 matching lines...) Expand all Loading... |
22 final _SVGAnimatedLengthJs width; | 22 final _SVGAnimatedLengthJs width; |
23 | 23 |
24 final _SVGAnimatedLengthJs x; | 24 final _SVGAnimatedLengthJs x; |
25 | 25 |
26 final _SVGAnimatedLengthJs y; | 26 final _SVGAnimatedLengthJs y; |
27 | 27 |
28 // From SVGStylable | 28 // From SVGStylable |
29 | 29 |
30 final _SVGAnimatedStringJs className; | 30 final _SVGAnimatedStringJs className; |
31 | 31 |
32 final _CSSStyleDeclarationJs style; | 32 // Use implementation from Element. |
| 33 // final _CSSStyleDeclarationJs style; |
33 | 34 |
34 _CSSValueJs getPresentationAttribute(String name) native; | 35 _CSSValueJs getPresentationAttribute(String name) native; |
35 } | 36 } |
OLD | NEW |