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