OLD | NEW |
1 | 1 |
2 class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native "
*SVGPathElement" { | 2 class _SVGPathElementJs extends _SVGElementJs implements SVGPathElement native "
*SVGPathElement" { |
3 | 3 |
4 final _SVGPathSegListJs animatedNormalizedPathSegList; | 4 final _SVGPathSegListJs animatedNormalizedPathSegList; |
5 | 5 |
6 final _SVGPathSegListJs animatedPathSegList; | 6 final _SVGPathSegListJs animatedPathSegList; |
7 | 7 |
8 final _SVGPathSegListJs normalizedPathSegList; | 8 final _SVGPathSegListJs normalizedPathSegList; |
9 | 9 |
10 final _SVGAnimatedNumberJs pathLength; | 10 final _SVGAnimatedNumberJs pathLength; |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 String xmlspace; | 72 String xmlspace; |
73 | 73 |
74 // From SVGExternalResourcesRequired | 74 // From SVGExternalResourcesRequired |
75 | 75 |
76 final _SVGAnimatedBooleanJs externalResourcesRequired; | 76 final _SVGAnimatedBooleanJs externalResourcesRequired; |
77 | 77 |
78 // From SVGStylable | 78 // From SVGStylable |
79 | 79 |
80 final _SVGAnimatedStringJs className; | 80 final _SVGAnimatedStringJs className; |
81 | 81 |
82 final _CSSStyleDeclarationJs style; | 82 // Use implementation from Element. |
| 83 // final _CSSStyleDeclarationJs style; |
83 | 84 |
84 _CSSValueJs getPresentationAttribute(String name) native; | 85 _CSSValueJs getPresentationAttribute(String name) native; |
85 | 86 |
86 // From SVGTransformable | 87 // From SVGTransformable |
87 | 88 |
88 final _SVGAnimatedTransformListJs transform; | 89 final _SVGAnimatedTransformListJs transform; |
89 | 90 |
90 // From SVGLocatable | 91 // From SVGLocatable |
91 | 92 |
92 final _SVGElementJs farthestViewportElement; | 93 final _SVGElementJs farthestViewportElement; |
93 | 94 |
94 final _SVGElementJs nearestViewportElement; | 95 final _SVGElementJs nearestViewportElement; |
95 | 96 |
96 _SVGRectJs getBBox() native; | 97 _SVGRectJs getBBox() native; |
97 | 98 |
98 _SVGMatrixJs getCTM() native; | 99 _SVGMatrixJs getCTM() native; |
99 | 100 |
100 _SVGMatrixJs getScreenCTM() native; | 101 _SVGMatrixJs getScreenCTM() native; |
101 | 102 |
102 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; | 103 _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
103 } | 104 } |
OLD | NEW |