| Index: client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart b/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3114d69bbfe75cdf3fe330ceb0eff40c69a0bafb
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFEDisplacementMapElement.dart
|
| @@ -0,0 +1,33 @@
|
| +
|
| +class SVGFEDisplacementMapElement extends SVGElement native "SVGFEDisplacementMapElement" {
|
| +
|
| + SVGAnimatedString in1;
|
| +
|
| + SVGAnimatedString in2;
|
| +
|
| + SVGAnimatedNumber scale;
|
| +
|
| + SVGAnimatedEnumeration xChannelSelector;
|
| +
|
| + SVGAnimatedEnumeration yChannelSelector;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString className;
|
| +
|
| + CSSStyleDeclaration style;
|
| +
|
| + CSSValue getPresentationAttribute(String name) native;
|
| +}
|
|
|