| Index: client/dom/generated/src/frog/SVGFECompositeElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFECompositeElement.dart b/client/dom/generated/src/frog/SVGFECompositeElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9ac54ceb61e7f43b590c585dbd0fda81e00074bd
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFECompositeElement.dart
|
| @@ -0,0 +1,37 @@
|
| +
|
| +class SVGFECompositeElement extends SVGElement native "SVGFECompositeElement" {
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + SVGAnimatedString in2;
|
| +
|
| + SVGAnimatedNumber k1;
|
| +
|
| + SVGAnimatedNumber k2;
|
| +
|
| + SVGAnimatedNumber k3;
|
| +
|
| + SVGAnimatedNumber k4;
|
| +
|
| + SVGAnimatedEnumeration operator;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|