OLD | NEW |
1 | 1 |
2 class _SVGTextContentElementJs extends _SVGElementJs implements SVGTextContentEl
ement native "*SVGTextContentElement" { | 2 class _SVGTextContentElementJs extends _SVGElementJs implements SVGTextContentEl
ement native "*SVGTextContentElement" { |
3 | 3 |
4 static final int LENGTHADJUST_SPACING = 1; | 4 static final int LENGTHADJUST_SPACING = 1; |
5 | 5 |
6 static final int LENGTHADJUST_SPACINGANDGLYPHS = 2; | 6 static final int LENGTHADJUST_SPACINGANDGLYPHS = 2; |
7 | 7 |
8 static final int LENGTHADJUST_UNKNOWN = 0; | 8 static final int LENGTHADJUST_UNKNOWN = 0; |
9 | 9 |
10 final _SVGAnimatedEnumerationJs lengthAdjust; | 10 final _SVGAnimatedEnumerationJs lengthAdjust; |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 String xmlspace; | 46 String xmlspace; |
47 | 47 |
48 // From SVGExternalResourcesRequired | 48 // From SVGExternalResourcesRequired |
49 | 49 |
50 final _SVGAnimatedBooleanJs externalResourcesRequired; | 50 final _SVGAnimatedBooleanJs externalResourcesRequired; |
51 | 51 |
52 // From SVGStylable | 52 // From SVGStylable |
53 | 53 |
54 final _SVGAnimatedStringJs className; | 54 final _SVGAnimatedStringJs className; |
55 | 55 |
56 final _CSSStyleDeclarationJs style; | 56 // Use implementation from Element. |
| 57 // final _CSSStyleDeclarationJs style; |
57 | 58 |
58 _CSSValueJs getPresentationAttribute(String name) native; | 59 _CSSValueJs getPresentationAttribute(String name) native; |
59 } | 60 } |
OLD | NEW |