OLD | NEW |
1 | 1 |
2 class SVGViewSpecJs extends SVGZoomAndPanJs implements SVGViewSpec native "*SVGV
iewSpec" { | 2 class _SVGViewSpecJs extends _SVGZoomAndPanJs implements SVGViewSpec native "*SV
GViewSpec" { |
3 | 3 |
4 String get preserveAspectRatioString() native "return this.preserveAspectRatio
String;"; | 4 String get preserveAspectRatioString() native "return this.preserveAspectRatio
String;"; |
5 | 5 |
6 SVGTransformListJs get transform() native "return this.transform;"; | 6 _SVGTransformListJs get transform() native "return this.transform;"; |
7 | 7 |
8 String get transformString() native "return this.transformString;"; | 8 String get transformString() native "return this.transformString;"; |
9 | 9 |
10 String get viewBoxString() native "return this.viewBoxString;"; | 10 String get viewBoxString() native "return this.viewBoxString;"; |
11 | 11 |
12 SVGElementJs get viewTarget() native "return this.viewTarget;"; | 12 _SVGElementJs get viewTarget() native "return this.viewTarget;"; |
13 | 13 |
14 String get viewTargetString() native "return this.viewTargetString;"; | 14 String get viewTargetString() native "return this.viewTargetString;"; |
15 | 15 |
16 // From SVGFitToViewBox | 16 // From SVGFitToViewBox |
17 | 17 |
18 SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this
.preserveAspectRatio;"; | 18 _SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return thi
s.preserveAspectRatio;"; |
19 | 19 |
20 SVGAnimatedRectJs get viewBox() native "return this.viewBox;"; | 20 _SVGAnimatedRectJs get viewBox() native "return this.viewBox;"; |
21 } | 21 } |
OLD | NEW |