| OLD | NEW |
| 1 | 1 |
| 2 class _SVGFECompositeElementImpl extends _SVGElementImpl implements SVGFEComposi
teElement native "*SVGFECompositeElement" { | 2 class _SVGFECompositeElementImpl extends _SVGElementImpl implements SVGFEComposi
teElement native "*SVGFECompositeElement" { |
| 3 | 3 |
| 4 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; | 4 static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| 5 | 5 |
| 6 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; | 6 static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| 7 | 7 |
| 8 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2; | 8 static final int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
| 9 | 9 |
| 10 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3; | 10 static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 final _SVGAnimatedStringImpl result; | 36 final _SVGAnimatedStringImpl result; |
| 37 | 37 |
| 38 final _SVGAnimatedLengthImpl width; | 38 final _SVGAnimatedLengthImpl width; |
| 39 | 39 |
| 40 final _SVGAnimatedLengthImpl x; | 40 final _SVGAnimatedLengthImpl x; |
| 41 | 41 |
| 42 final _SVGAnimatedLengthImpl y; | 42 final _SVGAnimatedLengthImpl y; |
| 43 | 43 |
| 44 // From SVGStylable | 44 // From SVGStylable |
| 45 | 45 |
| 46 _SVGAnimatedStringImpl get _className() native "return this.className;"; | 46 _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
| 47 | 47 |
| 48 // Use implementation from Element. | 48 // Use implementation from Element. |
| 49 // final _CSSStyleDeclarationImpl style; | 49 // final _CSSStyleDeclarationImpl style; |
| 50 | 50 |
| 51 _CSSValueImpl getPresentationAttribute(String name) native; | 51 _CSSValueImpl getPresentationAttribute(String name) native; |
| 52 } | 52 } |
| OLD | NEW |