| 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
|
| index ab8bd5c82c03077adbfd22b0173f3ebdfa841957..e0e0ce84f8f84f78361dbb0fb45b5e56f2ee706f 100644
|
| --- a/client/dom/generated/src/frog/SVGFECompositeElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFECompositeElement.dart
|
| @@ -1,6 +1,20 @@
|
|
|
| class SVGFECompositeElement extends SVGElement native "*SVGFECompositeElement" {
|
|
|
| + static final int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_ATOP = 4;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_IN = 2;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_OUT = 3;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_OVER = 1;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0;
|
| +
|
| + static final int SVG_FECOMPOSITE_OPERATOR_XOR = 5;
|
| +
|
| SVGAnimatedString in1;
|
|
|
| SVGAnimatedString in2;
|
|
|