| Index: client/dom/generated/src/frog/SVGFETurbulenceElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFETurbulenceElement.dart b/client/dom/generated/src/frog/SVGFETurbulenceElement.dart
|
| index 45d322e01d5b92c1ede3ad29dfec98427c14b334..5f84a57872b0b084e814223e4f97b9f84bae4c8d 100644
|
| --- a/client/dom/generated/src/frog/SVGFETurbulenceElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFETurbulenceElement.dart
|
| @@ -1,6 +1,18 @@
|
|
|
| class SVGFETurbulenceElement extends SVGElement native "*SVGFETurbulenceElement" {
|
|
|
| + static final int SVG_STITCHTYPE_NOSTITCH = 2;
|
| +
|
| + static final int SVG_STITCHTYPE_STITCH = 1;
|
| +
|
| + static final int SVG_STITCHTYPE_UNKNOWN = 0;
|
| +
|
| + static final int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
|
| +
|
| + static final int SVG_TURBULENCE_TYPE_TURBULENCE = 2;
|
| +
|
| + static final int SVG_TURBULENCE_TYPE_UNKNOWN = 0;
|
| +
|
| SVGAnimatedNumber baseFrequencyX;
|
|
|
| SVGAnimatedNumber baseFrequencyY;
|
|
|