| OLD | NEW |
| 1 | 1 |
| 2 class SVGRadialGradientElementJs extends SVGGradientElementJs implements SVGRadi
alGradientElement native "*SVGRadialGradientElement" { | 2 class _SVGRadialGradientElementJs extends _SVGGradientElementJs implements SVGRa
dialGradientElement native "*SVGRadialGradientElement" { |
| 3 | 3 |
| 4 SVGAnimatedLengthJs get cx() native "return this.cx;"; | 4 _SVGAnimatedLengthJs get cx() native "return this.cx;"; |
| 5 | 5 |
| 6 SVGAnimatedLengthJs get cy() native "return this.cy;"; | 6 _SVGAnimatedLengthJs get cy() native "return this.cy;"; |
| 7 | 7 |
| 8 SVGAnimatedLengthJs get fx() native "return this.fx;"; | 8 _SVGAnimatedLengthJs get fx() native "return this.fx;"; |
| 9 | 9 |
| 10 SVGAnimatedLengthJs get fy() native "return this.fy;"; | 10 _SVGAnimatedLengthJs get fy() native "return this.fy;"; |
| 11 | 11 |
| 12 SVGAnimatedLengthJs get r() native "return this.r;"; | 12 _SVGAnimatedLengthJs get r() native "return this.r;"; |
| 13 } | 13 } |
| OLD | NEW |