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 |
index 39ee9713da24c62e06c7f45cbc127b8c708e366f..1b0775ad1ca2ebcc95dec555f58774a0f2996892 100644 |
--- a/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart |
+++ b/client/dom/generated/src/frog/SVGFEColorMatrixElement.dart |
@@ -11,29 +11,29 @@ class SVGFEColorMatrixElement extends SVGElement native "*SVGFEColorMatrixElemen |
static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
- SVGAnimatedString in1; |
+ SVGAnimatedString get in1() native "return this.in1;"; |
- SVGAnimatedEnumeration type; |
+ SVGAnimatedEnumeration get type() native "return this.type;"; |
- SVGAnimatedNumberList values; |
+ SVGAnimatedNumberList get values() native "return this.values;"; |
// From SVGFilterPrimitiveStandardAttributes |
- SVGAnimatedLength height; |
+ SVGAnimatedLength get height() native "return this.height;"; |
- SVGAnimatedString result; |
+ SVGAnimatedString get result() native "return this.result;"; |
- SVGAnimatedLength width; |
+ SVGAnimatedLength get width() native "return this.width;"; |
- SVGAnimatedLength x; |
+ SVGAnimatedLength get x() native "return this.x;"; |
- SVGAnimatedLength y; |
+ SVGAnimatedLength get y() native "return this.y;"; |
// From SVGStylable |
- SVGAnimatedString className; |
+ SVGAnimatedString get className() native "return this.className;"; |
- CSSStyleDeclaration style; |
+ CSSStyleDeclaration get style() native "return this.style;"; |
CSSValue getPresentationAttribute(String name) native; |
} |