| 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..b701a1c651acca5ddcdb3a5702fe86f7a2132762
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGMaskElement.dart
|
| @@ -0,0 +1,44 @@
|
| +
|
| +class _SVGMaskElementImpl extends _SVGElementImpl implements SVGMaskElement native "*SVGMaskElement" {
|
| +
|
| + final _SVGAnimatedLengthImpl height;
|
| +
|
| + final _SVGAnimatedEnumerationImpl maskContentUnits;
|
| +
|
| + final _SVGAnimatedEnumerationImpl maskUnits;
|
| +
|
| + final _SVGAnimatedLengthImpl width;
|
| +
|
| + final _SVGAnimatedLengthImpl x;
|
| +
|
| + final _SVGAnimatedLengthImpl y;
|
| +
|
| + // From SVGTests
|
| +
|
| + final _SVGStringListImpl requiredExtensions;
|
| +
|
| + final _SVGStringListImpl requiredFeatures;
|
| +
|
| + final _SVGStringListImpl systemLanguage;
|
| +
|
| + bool hasExtension(String extension) native;
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String xmllang;
|
| +
|
| + String xmlspace;
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + final _SVGAnimatedBooleanImpl externalResourcesRequired;
|
| +
|
| + // From SVGStylable
|
| +
|
| + _SVGAnimatedStringImpl get _className() native "return this.className;";
|
| +
|
| + // Use implementation from Element.
|
| + // final _CSSStyleDeclarationImpl style;
|
| +
|
| + _CSSValueImpl getPresentationAttribute(String name) native;
|
| +}
|
|
|