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..ace4e91ddf46857734e6544fddad7db135c48f5a |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGFEColorMatrixElement.dart |
@@ -0,0 +1,40 @@ |
+ |
+class _SVGFEColorMatrixElementImpl extends _SVGElementImpl 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 _SVGAnimatedStringImpl in1; |
+ |
+ final _SVGAnimatedEnumerationImpl type; |
+ |
+ final _SVGAnimatedNumberListImpl values; |
+ |
+ // From SVGFilterPrimitiveStandardAttributes |
+ |
+ final _SVGAnimatedLengthImpl height; |
+ |
+ final _SVGAnimatedStringImpl result; |
+ |
+ final _SVGAnimatedLengthImpl width; |
+ |
+ final _SVGAnimatedLengthImpl x; |
+ |
+ final _SVGAnimatedLengthImpl y; |
+ |
+ // From SVGStylable |
+ |
+ _SVGAnimatedStringImpl get _className() native "return this.className;"; |
+ |
+ // Use implementation from Element. |
+ // final _CSSStyleDeclarationImpl style; |
+ |
+ _CSSValueImpl getPresentationAttribute(String name) native; |
+} |