OLD | NEW |
1 | 1 |
2 class _SVGFEImageElementJs extends _SVGElementJs implements SVGFEImageElement na
tive "*SVGFEImageElement" { | 2 class _SVGFEImageElementJs extends _SVGElementJs implements SVGFEImageElement na
tive "*SVGFEImageElement" { |
3 | 3 |
4 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 4 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
5 | 5 |
6 // From SVGURIReference | 6 // From SVGURIReference |
7 | 7 |
8 final _SVGAnimatedStringJs href; | 8 final _SVGAnimatedStringJs href; |
9 | 9 |
10 // From SVGLangSpace | 10 // From SVGLangSpace |
(...skipping 15 matching lines...) Expand all Loading... |
26 final _SVGAnimatedLengthJs width; | 26 final _SVGAnimatedLengthJs width; |
27 | 27 |
28 final _SVGAnimatedLengthJs x; | 28 final _SVGAnimatedLengthJs x; |
29 | 29 |
30 final _SVGAnimatedLengthJs y; | 30 final _SVGAnimatedLengthJs y; |
31 | 31 |
32 // From SVGStylable | 32 // From SVGStylable |
33 | 33 |
34 final _SVGAnimatedStringJs className; | 34 final _SVGAnimatedStringJs className; |
35 | 35 |
36 final _CSSStyleDeclarationJs style; | 36 // Use implementation from Element. |
| 37 // final _CSSStyleDeclarationJs style; |
37 | 38 |
38 _CSSValueJs getPresentationAttribute(String name) native; | 39 _CSSValueJs getPresentationAttribute(String name) native; |
39 } | 40 } |
OLD | NEW |