| Index: client/html/generated/src/interface/SVGTextPositioningElement.dart
|
| diff --git a/client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart b/client/html/generated/src/interface/SVGTextPositioningElement.dart
|
| similarity index 56%
|
| rename from client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart
|
| rename to client/html/generated/src/interface/SVGTextPositioningElement.dart
|
| index cb1cdb2ae5c77f887b2749f40e2a9ee9cbf33c34..c6c474463f8a71621cf7ab8c57fa28aad201ebd4 100644
|
| --- a/client/html/generated/src/wrapping/_FileCallbackWrappingImplementation.dart
|
| +++ b/client/html/generated/src/interface/SVGTextPositioningElement.dart
|
| @@ -4,10 +4,15 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class FileCallbackWrappingImplementation extends DOMWrapperBase implements FileCallback {
|
| - FileCallbackWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +interface SVGTextPositioningElement extends SVGTextContentElement {
|
|
|
| - bool handleEvent(File file) {
|
| - return _ptr.handleEvent(LevelDom.unwrap(file));
|
| - }
|
| + SVGAnimatedLengthList get dx();
|
| +
|
| + SVGAnimatedLengthList get dy();
|
| +
|
| + SVGAnimatedNumberList get rotate();
|
| +
|
| + SVGAnimatedLengthList get x();
|
| +
|
| + SVGAnimatedLengthList get y();
|
| }
|
|
|