OLD | NEW |
1 | 1 |
2 class _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na
tive "*SVGPatternElement" { | 2 class _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na
tive "*SVGPatternElement" { |
3 | 3 |
4 final _SVGAnimatedLengthJs height; | 4 final _SVGAnimatedLengthJs height; |
5 | 5 |
6 final _SVGAnimatedEnumerationJs patternContentUnits; | 6 final _SVGAnimatedEnumerationJs patternContentUnits; |
7 | 7 |
8 final _SVGAnimatedTransformListJs patternTransform; | 8 final _SVGAnimatedTransformListJs patternTransform; |
9 | 9 |
10 final _SVGAnimatedEnumerationJs patternUnits; | 10 final _SVGAnimatedEnumerationJs patternUnits; |
(...skipping 25 matching lines...) Expand all Loading... |
36 String xmlspace; | 36 String xmlspace; |
37 | 37 |
38 // From SVGExternalResourcesRequired | 38 // From SVGExternalResourcesRequired |
39 | 39 |
40 final _SVGAnimatedBooleanJs externalResourcesRequired; | 40 final _SVGAnimatedBooleanJs externalResourcesRequired; |
41 | 41 |
42 // From SVGStylable | 42 // From SVGStylable |
43 | 43 |
44 final _SVGAnimatedStringJs className; | 44 final _SVGAnimatedStringJs className; |
45 | 45 |
46 final _CSSStyleDeclarationJs style; | 46 // Use implementation from Element. |
| 47 // final _CSSStyleDeclarationJs style; |
47 | 48 |
48 _CSSValueJs getPresentationAttribute(String name) native; | 49 _CSSValueJs getPresentationAttribute(String name) native; |
49 | 50 |
50 // From SVGFitToViewBox | 51 // From SVGFitToViewBox |
51 | 52 |
52 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | 53 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; |
53 | 54 |
54 final _SVGAnimatedRectJs viewBox; | 55 final _SVGAnimatedRectJs viewBox; |
55 } | 56 } |
OLD | NEW |