OLD | NEW |
1 | 1 |
2 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology
Element native "*SVGFEMorphologyElement" { | 2 class _SVGFEMorphologyElementJs extends _SVGElementJs implements SVGFEMorphology
Element native "*SVGFEMorphologyElement" { |
3 | 3 |
4 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; | 4 static final int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
5 | 5 |
6 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; | 6 static final int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
7 | 7 |
8 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; | 8 static final int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
9 | 9 |
10 final _SVGAnimatedStringJs in1; | 10 final _SVGAnimatedStringJs in1; |
(...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 |