OLD | NEW |
1 | 1 |
2 class _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na
tive "*SVGFEBlendElement" { | 2 class _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na
tive "*SVGFEBlendElement" { |
3 | 3 |
4 static final int SVG_FEBLEND_MODE_DARKEN = 4; | 4 static final int SVG_FEBLEND_MODE_DARKEN = 4; |
5 | 5 |
6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; | 6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; |
7 | 7 |
8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; | 8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; |
9 | 9 |
10 static final int SVG_FEBLEND_MODE_NORMAL = 1; | 10 static final int SVG_FEBLEND_MODE_NORMAL = 1; |
(...skipping 17 matching lines...) Expand all Loading... |
28 final _SVGAnimatedLengthJs width; | 28 final _SVGAnimatedLengthJs width; |
29 | 29 |
30 final _SVGAnimatedLengthJs x; | 30 final _SVGAnimatedLengthJs x; |
31 | 31 |
32 final _SVGAnimatedLengthJs y; | 32 final _SVGAnimatedLengthJs y; |
33 | 33 |
34 // From SVGStylable | 34 // From SVGStylable |
35 | 35 |
36 final _SVGAnimatedStringJs className; | 36 final _SVGAnimatedStringJs className; |
37 | 37 |
38 final _CSSStyleDeclarationJs style; | 38 // Use implementation from Element. |
| 39 // final _CSSStyleDeclarationJs style; |
39 | 40 |
40 _CSSValueJs getPresentationAttribute(String name) native; | 41 _CSSValueJs getPresentationAttribute(String name) native; |
41 } | 42 } |
OLD | NEW |