| OLD | NEW |
| (Empty) | |
| 1 |
| 2 class SVGFEConvolveMatrixElement extends SVGElement native "SVGFEConvolveMatrixE
lement" { |
| 3 |
| 4 SVGAnimatedNumber bias; |
| 5 |
| 6 SVGAnimatedNumber divisor; |
| 7 |
| 8 SVGAnimatedEnumeration edgeMode; |
| 9 |
| 10 SVGAnimatedString in1; |
| 11 |
| 12 SVGAnimatedNumberList kernelMatrix; |
| 13 |
| 14 SVGAnimatedNumber kernelUnitLengthX; |
| 15 |
| 16 SVGAnimatedNumber kernelUnitLengthY; |
| 17 |
| 18 SVGAnimatedInteger orderX; |
| 19 |
| 20 SVGAnimatedInteger orderY; |
| 21 |
| 22 SVGAnimatedBoolean preserveAlpha; |
| 23 |
| 24 SVGAnimatedInteger targetX; |
| 25 |
| 26 SVGAnimatedInteger targetY; |
| 27 |
| 28 // From SVGFilterPrimitiveStandardAttributes |
| 29 |
| 30 SVGAnimatedLength height; |
| 31 |
| 32 SVGAnimatedString result; |
| 33 |
| 34 SVGAnimatedLength width; |
| 35 |
| 36 SVGAnimatedLength x; |
| 37 |
| 38 SVGAnimatedLength y; |
| 39 |
| 40 // From SVGStylable |
| 41 |
| 42 SVGAnimatedString className; |
| 43 |
| 44 CSSStyleDeclaration style; |
| 45 |
| 46 CSSValue getPresentationAttribute(String name) native; |
| 47 } |
| OLD | NEW |