Index: client/dom/generated/src/frog/SVGTextPositioningElement.dart |
diff --git a/client/dom/generated/src/frog/SVGTextPositioningElement.dart b/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
index 29a06a2d4f6adf1cf4750685266d049eebd66f40..2b96486d1ba8167cdf2a3852909ef16bfdd8fb1e 100644 |
--- a/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
+++ b/client/dom/generated/src/frog/SVGTextPositioningElement.dart |
@@ -1,13 +1,13 @@ |
-class SVGTextPositioningElement extends SVGTextContentElement native "*SVGTextPositioningElement" { |
+class SVGTextPositioningElementJS extends SVGTextContentElementJS implements SVGTextPositioningElement native "*SVGTextPositioningElement" { |
- SVGAnimatedLengthList get dx() native "return this.dx;"; |
+ SVGAnimatedLengthListJS get dx() native "return this.dx;"; |
- SVGAnimatedLengthList get dy() native "return this.dy;"; |
+ SVGAnimatedLengthListJS get dy() native "return this.dy;"; |
- SVGAnimatedNumberList get rotate() native "return this.rotate;"; |
+ SVGAnimatedNumberListJS get rotate() native "return this.rotate;"; |
- SVGAnimatedLengthList get x() native "return this.x;"; |
+ SVGAnimatedLengthListJS get x() native "return this.x;"; |
- SVGAnimatedLengthList get y() native "return this.y;"; |
+ SVGAnimatedLengthListJS get y() native "return this.y;"; |
} |