| Index: client/html/generated/html/frog/SVGMaskElement.dart
|
| diff --git a/client/html/generated/html/frog/SVGMaskElement.dart b/client/html/generated/html/frog/SVGMaskElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cf8f0635c3eeb25df2a0cd4a83ee5e8926c711f9
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGMaskElement.dart
|
| @@ -0,0 +1,44 @@
|
| +
|
| +class _SVGMaskElementJs extends _SVGElementJs implements SVGMaskElement native "*SVGMaskElement" {
|
| +
|
| + final _SVGAnimatedLengthJs height;
|
| +
|
| + final _SVGAnimatedEnumerationJs maskContentUnits;
|
| +
|
| + final _SVGAnimatedEnumerationJs maskUnits;
|
| +
|
| + final _SVGAnimatedLengthJs width;
|
| +
|
| + final _SVGAnimatedLengthJs x;
|
| +
|
| + final _SVGAnimatedLengthJs y;
|
| +
|
| + // From SVGTests
|
| +
|
| + final _SVGStringListJs requiredExtensions;
|
| +
|
| + final _SVGStringListJs requiredFeatures;
|
| +
|
| + final _SVGStringListJs systemLanguage;
|
| +
|
| + bool hasExtension(String extension) native;
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String xmllang;
|
| +
|
| + String xmlspace;
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + final _SVGAnimatedBooleanJs externalResourcesRequired;
|
| +
|
| + // From SVGStylable
|
| +
|
| + _SVGAnimatedStringJs get _className() native "return this.className;";
|
| +
|
| + // Use implementation from Element.
|
| + // final _CSSStyleDeclarationJs style;
|
| +
|
| + _CSSValueJs getPresentationAttribute(String name) native;
|
| +}
|
|
|