Index: client/dom/generated/src/frog/SVGFESpecularLightingElement.dart |
diff --git a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart |
index 1d5c84c7687a85d4fe0efa6dc7f3b80f1ffe4bf3..f9d4e4383fe4b03fc27744bae3f2e6d69d902ba1 100644 |
--- a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart |
+++ b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart |
@@ -1,31 +1,31 @@ |
-class SVGFESpecularLightingElementJS extends SVGElementJS implements SVGFESpecularLightingElement native "*SVGFESpecularLightingElement" { |
+class SVGFESpecularLightingElementJs extends SVGElementJs implements SVGFESpecularLightingElement native "*SVGFESpecularLightingElement" { |
- SVGAnimatedStringJS get in1() native "return this.in1;"; |
+ SVGAnimatedStringJs get in1() native "return this.in1;"; |
- SVGAnimatedNumberJS get specularConstant() native "return this.specularConstant;"; |
+ SVGAnimatedNumberJs get specularConstant() native "return this.specularConstant;"; |
- SVGAnimatedNumberJS get specularExponent() native "return this.specularExponent;"; |
+ SVGAnimatedNumberJs get specularExponent() native "return this.specularExponent;"; |
- SVGAnimatedNumberJS get surfaceScale() native "return this.surfaceScale;"; |
+ SVGAnimatedNumberJs get surfaceScale() native "return this.surfaceScale;"; |
// From SVGFilterPrimitiveStandardAttributes |
- SVGAnimatedLengthJS get height() native "return this.height;"; |
+ SVGAnimatedLengthJs get height() native "return this.height;"; |
- SVGAnimatedStringJS get result() native "return this.result;"; |
+ SVGAnimatedStringJs get result() native "return this.result;"; |
- SVGAnimatedLengthJS get width() native "return this.width;"; |
+ SVGAnimatedLengthJs get width() native "return this.width;"; |
- SVGAnimatedLengthJS get x() native "return this.x;"; |
+ SVGAnimatedLengthJs get x() native "return this.x;"; |
- SVGAnimatedLengthJS get y() native "return this.y;"; |
+ SVGAnimatedLengthJs get y() native "return this.y;"; |
// From SVGStylable |
- SVGAnimatedStringJS get className() native "return this.className;"; |
+ SVGAnimatedStringJs get className() native "return this.className;"; |
- CSSStyleDeclarationJS get style() native "return this.style;"; |
+ CSSStyleDeclarationJs get style() native "return this.style;"; |
- CSSValueJS getPresentationAttribute(String name) native; |
+ CSSValueJs getPresentationAttribute(String name) native; |
} |