| Index: client/dom/generated/src/frog/SVGFETileElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFETileElement.dart b/client/dom/generated/src/frog/SVGFETileElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e01420a2044a7f9e9521bf675762342caf78b795
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFETileElement.dart
|
| @@ -0,0 +1,25 @@
|
| +
|
| +class SVGFETileElement extends SVGElement native "SVGFETileElement" {
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|