| OLD | NEW |
| (Empty) | |
| 1 |
| 2 class SVGFEImageElement extends SVGElement native "SVGFEImageElement" { |
| 3 |
| 4 SVGAnimatedPreserveAspectRatio preserveAspectRatio; |
| 5 |
| 6 // From SVGURIReference |
| 7 |
| 8 SVGAnimatedString href; |
| 9 |
| 10 // From SVGLangSpace |
| 11 |
| 12 String xmllang; |
| 13 |
| 14 String xmlspace; |
| 15 |
| 16 // From SVGExternalResourcesRequired |
| 17 |
| 18 SVGAnimatedBoolean externalResourcesRequired; |
| 19 |
| 20 // From SVGFilterPrimitiveStandardAttributes |
| 21 |
| 22 SVGAnimatedLength height; |
| 23 |
| 24 SVGAnimatedString result; |
| 25 |
| 26 SVGAnimatedLength width; |
| 27 |
| 28 SVGAnimatedLength x; |
| 29 |
| 30 SVGAnimatedLength y; |
| 31 |
| 32 // From SVGStylable |
| 33 |
| 34 SVGAnimatedString className; |
| 35 |
| 36 CSSStyleDeclaration style; |
| 37 |
| 38 CSSValue getPresentationAttribute(String name) native; |
| 39 } |
| OLD | NEW |