Index: client/dom/generated/src/frog/SVGFEOffsetElement.dart |
diff --git a/client/dom/generated/src/frog/SVGFEOffsetElement.dart b/client/dom/generated/src/frog/SVGFEOffsetElement.dart |
index 9fea27533c700a032dc13f088ff2ff7ac8e26709..caaee978242b80877443c933e0f4f07b55cbf3d2 100644 |
--- a/client/dom/generated/src/frog/SVGFEOffsetElement.dart |
+++ b/client/dom/generated/src/frog/SVGFEOffsetElement.dart |
@@ -1,29 +1,29 @@ |
-class SVGFEOffsetElementJS extends SVGElementJS implements SVGFEOffsetElement native "*SVGFEOffsetElement" { |
+class SVGFEOffsetElementJs extends SVGElementJs implements SVGFEOffsetElement native "*SVGFEOffsetElement" { |
- SVGAnimatedNumberJS get dx() native "return this.dx;"; |
+ SVGAnimatedNumberJs get dx() native "return this.dx;"; |
- SVGAnimatedNumberJS get dy() native "return this.dy;"; |
+ SVGAnimatedNumberJs get dy() native "return this.dy;"; |
- SVGAnimatedStringJS get in1() native "return this.in1;"; |
+ SVGAnimatedStringJs get in1() native "return this.in1;"; |
// 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; |
} |