| Index: client/dom/generated/src/frog/SVGFEDropShadowElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEDropShadowElement.dart b/client/dom/generated/src/frog/SVGFEDropShadowElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb9feaea9f5fb6c01cfca39284d521438b4ef708
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFEDropShadowElement.dart
|
| @@ -0,0 +1,35 @@
|
| +
|
| +class SVGFEDropShadowElement extends SVGElement native "SVGFEDropShadowElement" {
|
| +
|
| + SVGAnimatedNumber dx;
|
| +
|
| + SVGAnimatedNumber dy;
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + SVGAnimatedNumber stdDeviationX;
|
| +
|
| + SVGAnimatedNumber stdDeviationY;
|
| +
|
| + void setStdDeviation(num stdDeviationX, num stdDeviationY) native;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|