| Index: client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart b/client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart
|
| index f6d90751d14255a25d1e3db7556b7f28e71b3f88..57f5fdaec3cb751dd2edb59781fb662573a352b0 100644
|
| --- a/client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEConvolveMatrixElement.dart
|
| @@ -1,6 +1,14 @@
|
|
|
| class SVGFEConvolveMatrixElement extends SVGElement native "*SVGFEConvolveMatrixElement" {
|
|
|
| + static final int SVG_EDGEMODE_DUPLICATE = 1;
|
| +
|
| + static final int SVG_EDGEMODE_NONE = 3;
|
| +
|
| + static final int SVG_EDGEMODE_UNKNOWN = 0;
|
| +
|
| + static final int SVG_EDGEMODE_WRAP = 2;
|
| +
|
| SVGAnimatedNumber bias;
|
|
|
| SVGAnimatedNumber divisor;
|
|
|