| OLD | NEW |
| 1 | 1 |
| 2 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { | 2 class _SVGSVGElementJs extends _SVGElementJs implements SVGSVGElement native "*S
VGSVGElement" { |
| 3 | 3 |
| 4 String contentScriptType; | 4 String contentScriptType; |
| 5 | 5 |
| 6 String contentStyleType; | 6 String contentStyleType; |
| 7 | 7 |
| 8 num currentScale; | 8 num currentScale; |
| 9 | 9 |
| 10 final _SVGPointJs currentTranslate; | 10 final _SVGPointJs currentTranslate; |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 String xmlspace; | 92 String xmlspace; |
| 93 | 93 |
| 94 // From SVGExternalResourcesRequired | 94 // From SVGExternalResourcesRequired |
| 95 | 95 |
| 96 final _SVGAnimatedBooleanJs externalResourcesRequired; | 96 final _SVGAnimatedBooleanJs externalResourcesRequired; |
| 97 | 97 |
| 98 // From SVGStylable | 98 // From SVGStylable |
| 99 | 99 |
| 100 final _SVGAnimatedStringJs className; | 100 final _SVGAnimatedStringJs className; |
| 101 | 101 |
| 102 final _CSSStyleDeclarationJs style; | 102 // Use implementation from Element. |
| 103 // final _CSSStyleDeclarationJs style; |
| 103 | 104 |
| 104 _CSSValueJs getPresentationAttribute(String name) native; | 105 _CSSValueJs getPresentationAttribute(String name) native; |
| 105 | 106 |
| 106 // From SVGLocatable | 107 // From SVGLocatable |
| 107 | 108 |
| 108 final _SVGElementJs farthestViewportElement; | 109 final _SVGElementJs farthestViewportElement; |
| 109 | 110 |
| 110 final _SVGElementJs nearestViewportElement; | 111 final _SVGElementJs nearestViewportElement; |
| 111 | 112 |
| 112 _SVGRectJs getBBox() native; | 113 _SVGRectJs getBBox() native; |
| 113 | 114 |
| 114 _SVGMatrixJs getCTM() native; | 115 _SVGMatrixJs getCTM() native; |
| 115 | 116 |
| 116 _SVGMatrixJs getScreenCTM() native; | 117 _SVGMatrixJs getScreenCTM() native; |
| 117 | 118 |
| 118 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; | 119 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
| 119 | 120 |
| 120 // From SVGFitToViewBox | 121 // From SVGFitToViewBox |
| 121 | 122 |
| 122 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 123 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
| 123 | 124 |
| 124 final _SVGAnimatedRectJs viewBox; | 125 final _SVGAnimatedRectJs viewBox; |
| 125 | 126 |
| 126 // From SVGZoomAndPan | 127 // From SVGZoomAndPan |
| 127 | 128 |
| 128 int zoomAndPan; | 129 int zoomAndPan; |
| 129 } | 130 } |
| OLD | NEW |