| OLD | NEW |
| (Empty) |
| 1 | |
| 2 class _SVGMaskElementJs extends _SVGElementJs implements SVGMaskElement native "
*SVGMaskElement" { | |
| 3 | |
| 4 final _SVGAnimatedLengthJs height; | |
| 5 | |
| 6 final _SVGAnimatedEnumerationJs maskContentUnits; | |
| 7 | |
| 8 final _SVGAnimatedEnumerationJs maskUnits; | |
| 9 | |
| 10 final _SVGAnimatedLengthJs width; | |
| 11 | |
| 12 final _SVGAnimatedLengthJs x; | |
| 13 | |
| 14 final _SVGAnimatedLengthJs y; | |
| 15 | |
| 16 // From SVGTests | |
| 17 | |
| 18 final _SVGStringListJs requiredExtensions; | |
| 19 | |
| 20 final _SVGStringListJs requiredFeatures; | |
| 21 | |
| 22 final _SVGStringListJs systemLanguage; | |
| 23 | |
| 24 bool hasExtension(String extension) native; | |
| 25 | |
| 26 // From SVGLangSpace | |
| 27 | |
| 28 String xmllang; | |
| 29 | |
| 30 String xmlspace; | |
| 31 | |
| 32 // From SVGExternalResourcesRequired | |
| 33 | |
| 34 final _SVGAnimatedBooleanJs externalResourcesRequired; | |
| 35 | |
| 36 // From SVGStylable | |
| 37 | |
| 38 final _SVGAnimatedStringJs className; | |
| 39 | |
| 40 // Use implementation from Element. | |
| 41 // final _CSSStyleDeclarationJs style; | |
| 42 | |
| 43 _CSSValueJs getPresentationAttribute(String name) native; | |
| 44 } | |
| OLD | NEW |