| 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
|
| index 3dcca983f5b2d34bc1ba2d65a9091b5a7eec4328..5d08b0c1daa717902637d9ae074eae43a97a252c 100644
|
| --- a/client/dom/generated/src/frog/SVGFEBlendElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEBlendElement.dart
|
| @@ -1,6 +1,18 @@
|
|
|
| class SVGFEBlendElement extends SVGElement native "*SVGFEBlendElement" {
|
|
|
| + static final int SVG_FEBLEND_MODE_DARKEN = 4;
|
| +
|
| + static final int SVG_FEBLEND_MODE_LIGHTEN = 5;
|
| +
|
| + static final int SVG_FEBLEND_MODE_MULTIPLY = 2;
|
| +
|
| + static final int SVG_FEBLEND_MODE_NORMAL = 1;
|
| +
|
| + static final int SVG_FEBLEND_MODE_SCREEN = 3;
|
| +
|
| + static final int SVG_FEBLEND_MODE_UNKNOWN = 0;
|
| +
|
| SVGAnimatedString in1;
|
|
|
| SVGAnimatedString in2;
|
|
|