Index: client/html/generated/html/frog/SVGFEGaussianBlurElement.dart |
diff --git a/client/html/generated/html/frog/SVGFEGaussianBlurElement.dart b/client/html/generated/html/frog/SVGFEGaussianBlurElement.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c08c9e127f32cd4e2200d50207c9a3b6d3b68c60 |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGFEGaussianBlurElement.dart |
@@ -0,0 +1,32 @@ |
+ |
+class _SVGFEGaussianBlurElementImpl extends _SVGElementImpl implements SVGFEGaussianBlurElement native "*SVGFEGaussianBlurElement" { |
+ |
+ final _SVGAnimatedStringImpl in1; |
+ |
+ final _SVGAnimatedNumberImpl stdDeviationX; |
+ |
+ final _SVGAnimatedNumberImpl stdDeviationY; |
+ |
+ void setStdDeviation(num stdDeviationX, num stdDeviationY) native; |
+ |
+ // From SVGFilterPrimitiveStandardAttributes |
+ |
+ final _SVGAnimatedLengthImpl height; |
+ |
+ final _SVGAnimatedStringImpl result; |
+ |
+ final _SVGAnimatedLengthImpl width; |
+ |
+ final _SVGAnimatedLengthImpl x; |
+ |
+ final _SVGAnimatedLengthImpl y; |
+ |
+ // From SVGStylable |
+ |
+ _SVGAnimatedStringImpl get _className() native "return this.className;"; |
+ |
+ // Use implementation from Element. |
+ // final _CSSStyleDeclarationImpl style; |
+ |
+ _CSSValueImpl getPresentationAttribute(String name) native; |
+} |