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