| OLD | NEW |
| (Empty) | |
| 1 |
| 2 class SVGGradientElement extends SVGElement native "SVGGradientElement" { |
| 3 |
| 4 SVGAnimatedTransformList gradientTransform; |
| 5 |
| 6 SVGAnimatedEnumeration gradientUnits; |
| 7 |
| 8 SVGAnimatedEnumeration spreadMethod; |
| 9 |
| 10 // From SVGURIReference |
| 11 |
| 12 SVGAnimatedString href; |
| 13 |
| 14 // From SVGExternalResourcesRequired |
| 15 |
| 16 SVGAnimatedBoolean externalResourcesRequired; |
| 17 |
| 18 // From SVGStylable |
| 19 |
| 20 SVGAnimatedString className; |
| 21 |
| 22 CSSStyleDeclaration style; |
| 23 |
| 24 CSSValue getPresentationAttribute(String name) native; |
| 25 } |
| OLD | NEW |