| Index: client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ff8f3ac55f4ecabba7a20ecfa0765a28b7eae09b
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/SVGFilterPrimitiveStandardAttributes.dart
|
| @@ -0,0 +1,13 @@
|
| +
|
| +class SVGFilterPrimitiveStandardAttributes extends SVGStylable native "SVGFilterPrimitiveStandardAttributes" {
|
| +
|
| + SVGAnimatedLength height;
|
| +
|
| + SVGAnimatedString result;
|
| +
|
| + SVGAnimatedLength width;
|
| +
|
| + SVGAnimatedLength x;
|
| +
|
| + SVGAnimatedLength y;
|
| +}
|
|
|