OLD | NEW |
| (Empty) |
1 | |
2 class _SVGFEDropShadowElementJs extends _SVGElementJs implements SVGFEDropShadow
Element native "*SVGFEDropShadowElement" { | |
3 | |
4 final _SVGAnimatedNumberJs dx; | |
5 | |
6 final _SVGAnimatedNumberJs dy; | |
7 | |
8 final _SVGAnimatedStringJs in1; | |
9 | |
10 final _SVGAnimatedNumberJs stdDeviationX; | |
11 | |
12 final _SVGAnimatedNumberJs stdDeviationY; | |
13 | |
14 void setStdDeviation(num stdDeviationX, num stdDeviationY) native; | |
15 | |
16 // From SVGFilterPrimitiveStandardAttributes | |
17 | |
18 final _SVGAnimatedLengthJs height; | |
19 | |
20 final _SVGAnimatedStringJs result; | |
21 | |
22 final _SVGAnimatedLengthJs width; | |
23 | |
24 final _SVGAnimatedLengthJs x; | |
25 | |
26 final _SVGAnimatedLengthJs y; | |
27 | |
28 // From SVGStylable | |
29 | |
30 final _SVGAnimatedStringJs className; | |
31 | |
32 // Use implementation from Element. | |
33 // final _CSSStyleDeclarationJs style; | |
34 | |
35 _CSSValueJs getPresentationAttribute(String name) native; | |
36 } | |
OLD | NEW |