| Index: client/html/generated/html/frog/SVGFEColorMatrixElement.dart
|
| diff --git a/client/html/generated/html/frog/SVGFEColorMatrixElement.dart b/client/html/generated/html/frog/SVGFEColorMatrixElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ca1e11c45feb5e501c775a584cd37c2664634292
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGFEColorMatrixElement.dart
|
| @@ -0,0 +1,40 @@
|
| +
|
| +class _SVGFEColorMatrixElementJs extends _SVGElementJs implements SVGFEColorMatrixElement native "*SVGFEColorMatrixElement" {
|
| +
|
| + static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;
|
| +
|
| + static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
|
| +
|
| + static final int SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
|
| +
|
| + static final int SVG_FECOLORMATRIX_TYPE_SATURATE = 2;
|
| +
|
| + static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
|
| +
|
| + final _SVGAnimatedStringJs in1;
|
| +
|
| + final _SVGAnimatedEnumerationJs type;
|
| +
|
| + final _SVGAnimatedNumberListJs values;
|
| +
|
| + // From SVGFilterPrimitiveStandardAttributes
|
| +
|
| + final _SVGAnimatedLengthJs height;
|
| +
|
| + final _SVGAnimatedStringJs result;
|
| +
|
| + final _SVGAnimatedLengthJs width;
|
| +
|
| + final _SVGAnimatedLengthJs x;
|
| +
|
| + final _SVGAnimatedLengthJs y;
|
| +
|
| + // From SVGStylable
|
| +
|
| + _SVGAnimatedStringJs get _className() native "return this.className;";
|
| +
|
| + // Use implementation from Element.
|
| + // final _CSSStyleDeclarationJs style;
|
| +
|
| + _CSSValueJs getPresentationAttribute(String name) native;
|
| +}
|
|
|