| OLD | NEW |
| (Empty) |
| 1 | |
| 2 class _SVGFEBlendElementJs extends _SVGElementJs implements SVGFEBlendElement na
tive "*SVGFEBlendElement" { | |
| 3 | |
| 4 static final int SVG_FEBLEND_MODE_DARKEN = 4; | |
| 5 | |
| 6 static final int SVG_FEBLEND_MODE_LIGHTEN = 5; | |
| 7 | |
| 8 static final int SVG_FEBLEND_MODE_MULTIPLY = 2; | |
| 9 | |
| 10 static final int SVG_FEBLEND_MODE_NORMAL = 1; | |
| 11 | |
| 12 static final int SVG_FEBLEND_MODE_SCREEN = 3; | |
| 13 | |
| 14 static final int SVG_FEBLEND_MODE_UNKNOWN = 0; | |
| 15 | |
| 16 final _SVGAnimatedStringJs in1; | |
| 17 | |
| 18 final _SVGAnimatedStringJs in2; | |
| 19 | |
| 20 final _SVGAnimatedEnumerationJs mode; | |
| 21 | |
| 22 // From SVGFilterPrimitiveStandardAttributes | |
| 23 | |
| 24 final _SVGAnimatedLengthJs height; | |
| 25 | |
| 26 final _SVGAnimatedStringJs result; | |
| 27 | |
| 28 final _SVGAnimatedLengthJs width; | |
| 29 | |
| 30 final _SVGAnimatedLengthJs x; | |
| 31 | |
| 32 final _SVGAnimatedLengthJs y; | |
| 33 | |
| 34 // From SVGStylable | |
| 35 | |
| 36 final _SVGAnimatedStringJs className; | |
| 37 | |
| 38 // Use implementation from Element. | |
| 39 // final _CSSStyleDeclarationJs style; | |
| 40 | |
| 41 _CSSValueJs getPresentationAttribute(String name) native; | |
| 42 } | |
| OLD | NEW |