| OLD | NEW |
| 1 | 1 |
| 2 class SVGFEConvolveMatrixElement extends SVGElement native "SVGFEConvolveMatrixE
lement" { | 2 class SVGFEConvolveMatrixElement extends SVGElement native "*SVGFEConvolveMatrix
Element" { |
| 3 | 3 |
| 4 SVGAnimatedNumber bias; | 4 SVGAnimatedNumber bias; |
| 5 | 5 |
| 6 SVGAnimatedNumber divisor; | 6 SVGAnimatedNumber divisor; |
| 7 | 7 |
| 8 SVGAnimatedEnumeration edgeMode; | 8 SVGAnimatedEnumeration edgeMode; |
| 9 | 9 |
| 10 SVGAnimatedString in1; | 10 SVGAnimatedString in1; |
| 11 | 11 |
| 12 SVGAnimatedNumberList kernelMatrix; | 12 SVGAnimatedNumberList kernelMatrix; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 38 SVGAnimatedLength y; | 38 SVGAnimatedLength y; |
| 39 | 39 |
| 40 // From SVGStylable | 40 // From SVGStylable |
| 41 | 41 |
| 42 SVGAnimatedString className; | 42 SVGAnimatedString className; |
| 43 | 43 |
| 44 CSSStyleDeclaration style; | 44 CSSStyleDeclaration style; |
| 45 | 45 |
| 46 CSSValue getPresentationAttribute(String name) native; | 46 CSSValue getPresentationAttribute(String name) native; |
| 47 } | 47 } |
| OLD | NEW |