| Index: client/dom/generated/src/frog/SVGFEGaussianBlurElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEGaussianBlurElement.dart b/client/dom/generated/src/frog/SVGFEGaussianBlurElement.dart
|
| index fadb9cf39c7694444eca280b2ac9b2087ffa0931..4c9dd43592a39b7ff5b60f71f8faf34f1475a86c 100644
|
| --- a/client/dom/generated/src/frog/SVGFEGaussianBlurElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEGaussianBlurElement.dart
|
| @@ -1,31 +1,31 @@
|
|
|
| -class SVGFEGaussianBlurElementJS extends SVGElementJS implements SVGFEGaussianBlurElement native "*SVGFEGaussianBlurElement" {
|
| +class SVGFEGaussianBlurElementJs extends SVGElementJs implements SVGFEGaussianBlurElement native "*SVGFEGaussianBlurElement" {
|
|
|
| - SVGAnimatedStringJS get in1() native "return this.in1;";
|
| + SVGAnimatedStringJs get in1() native "return this.in1;";
|
|
|
| - SVGAnimatedNumberJS get stdDeviationX() native "return this.stdDeviationX;";
|
| + SVGAnimatedNumberJs get stdDeviationX() native "return this.stdDeviationX;";
|
|
|
| - SVGAnimatedNumberJS get stdDeviationY() native "return this.stdDeviationY;";
|
| + SVGAnimatedNumberJs get stdDeviationY() native "return this.stdDeviationY;";
|
|
|
| void setStdDeviation(num stdDeviationX, num stdDeviationY) native;
|
|
|
| // From SVGFilterPrimitiveStandardAttributes
|
|
|
| - SVGAnimatedLengthJS get height() native "return this.height;";
|
| + SVGAnimatedLengthJs get height() native "return this.height;";
|
|
|
| - SVGAnimatedStringJS get result() native "return this.result;";
|
| + SVGAnimatedStringJs get result() native "return this.result;";
|
|
|
| - SVGAnimatedLengthJS get width() native "return this.width;";
|
| + SVGAnimatedLengthJs get width() native "return this.width;";
|
|
|
| - SVGAnimatedLengthJS get x() native "return this.x;";
|
| + SVGAnimatedLengthJs get x() native "return this.x;";
|
|
|
| - SVGAnimatedLengthJS get y() native "return this.y;";
|
| + SVGAnimatedLengthJs get y() native "return this.y;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedStringJS get className() native "return this.className;";
|
| + SVGAnimatedStringJs get className() native "return this.className;";
|
|
|
| - CSSStyleDeclarationJS get style() native "return this.style;";
|
| + CSSStyleDeclarationJs get style() native "return this.style;";
|
|
|
| - CSSValueJS getPresentationAttribute(String name) native;
|
| + CSSValueJs getPresentationAttribute(String name) native;
|
| }
|
|
|