OLD | NEW |
| (Empty) |
1 | |
2 class _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement na
tive "*SVGPatternElement" { | |
3 | |
4 final _SVGAnimatedLengthJs height; | |
5 | |
6 final _SVGAnimatedEnumerationJs patternContentUnits; | |
7 | |
8 final _SVGAnimatedTransformListJs patternTransform; | |
9 | |
10 final _SVGAnimatedEnumerationJs patternUnits; | |
11 | |
12 final _SVGAnimatedLengthJs width; | |
13 | |
14 final _SVGAnimatedLengthJs x; | |
15 | |
16 final _SVGAnimatedLengthJs y; | |
17 | |
18 // From SVGURIReference | |
19 | |
20 final _SVGAnimatedStringJs href; | |
21 | |
22 // From SVGTests | |
23 | |
24 final _SVGStringListJs requiredExtensions; | |
25 | |
26 final _SVGStringListJs requiredFeatures; | |
27 | |
28 final _SVGStringListJs systemLanguage; | |
29 | |
30 bool hasExtension(String extension) native; | |
31 | |
32 // From SVGLangSpace | |
33 | |
34 String xmllang; | |
35 | |
36 String xmlspace; | |
37 | |
38 // From SVGExternalResourcesRequired | |
39 | |
40 final _SVGAnimatedBooleanJs externalResourcesRequired; | |
41 | |
42 // From SVGStylable | |
43 | |
44 final _SVGAnimatedStringJs className; | |
45 | |
46 // Use implementation from Element. | |
47 // final _CSSStyleDeclarationJs style; | |
48 | |
49 _CSSValueJs getPresentationAttribute(String name) native; | |
50 | |
51 // From SVGFitToViewBox | |
52 | |
53 final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio; | |
54 | |
55 final _SVGAnimatedRectJs viewBox; | |
56 } | |
OLD | NEW |