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