| Index: client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart b/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| index a3bc9cc920edec2c88a62d102bf651b1972bc6be..b0f17659301c48a0cfb910961b81d474a271714a 100644
|
| --- a/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| @@ -1,6 +1,16 @@
|
|
|
| class SVGFEDisplacementMapElement extends SVGElement native "*SVGFEDisplacementMapElement" {
|
|
|
| + static final int SVG_CHANNEL_A = 4;
|
| +
|
| + static final int SVG_CHANNEL_B = 3;
|
| +
|
| + static final int SVG_CHANNEL_G = 2;
|
| +
|
| + static final int SVG_CHANNEL_R = 1;
|
| +
|
| + static final int SVG_CHANNEL_UNKNOWN = 0;
|
| +
|
| SVGAnimatedString in1;
|
|
|
| SVGAnimatedString in2;
|
|
|