| Index: client/dom/generated/src/frog/SVGMaskElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGMaskElement.dart b/client/dom/generated/src/frog/SVGMaskElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ca5f11c39a9430e0b3fd164c3f68f2b725d31ae2
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGMaskElement.dart
|
| @@ -0,0 +1,43 @@
|
| +
|
| +class SVGMaskElement extends SVGElement native "SVGMaskElement" {
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedEnumeration maskContentUnits;
|
| +
|
| + SVGAnimatedEnumeration maskUnits;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGTests
|
| +
|
| + SVGStringList requiredExtensions;
|
| +
|
| + SVGStringList requiredFeatures;
|
| +
|
| + SVGStringList systemLanguage;
|
| +
|
| + bool hasExtension(String extension) native;
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String xmllang;
|
| +
|
| + String xmlspace;
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + SVGAnimatedBoolean externalResourcesRequired;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|