| Index: client/html/generated/html/frog/SVGPatternElement.dart
|
| diff --git a/client/html/generated/html/frog/SVGPatternElement.dart b/client/html/generated/html/frog/SVGPatternElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1c300f1ae34c2350067063cabb9834af2b443e5f
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGPatternElement.dart
|
| @@ -0,0 +1,56 @@
|
| +
|
| +class _SVGPatternElementJs extends _SVGElementJs implements SVGPatternElement native "*SVGPatternElement" {
|
| +
|
| + final _SVGAnimatedLengthJs height;
|
| +
|
| + final _SVGAnimatedEnumerationJs patternContentUnits;
|
| +
|
| + final _SVGAnimatedTransformListJs patternTransform;
|
| +
|
| + final _SVGAnimatedEnumerationJs patternUnits;
|
| +
|
| + final _SVGAnimatedLengthJs width;
|
| +
|
| + final _SVGAnimatedLengthJs x;
|
| +
|
| + final _SVGAnimatedLengthJs y;
|
| +
|
| + // From SVGURIReference
|
| +
|
| + final _SVGAnimatedStringJs href;
|
| +
|
| + // 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;
|
| +
|
| + // From SVGFitToViewBox
|
| +
|
| + final _SVGAnimatedPreserveAspectRatioJs preserveAspectRatio;
|
| +
|
| + final _SVGAnimatedRectJs viewBox;
|
| +}
|
|
|