Index: client/html/generated/html/frog/SVGLocatable.dart |
diff --git a/client/html/generated/html/frog/SVGLocatable.dart b/client/html/generated/html/frog/SVGLocatable.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3a1c99471a08f99291a10fef8171e6a44a980f09 |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGLocatable.dart |
@@ -0,0 +1,15 @@ |
+ |
+class _SVGLocatableImpl implements SVGLocatable native "*SVGLocatable" { |
+ |
+ final _SVGElementImpl farthestViewportElement; |
+ |
+ final _SVGElementImpl nearestViewportElement; |
+ |
+ _SVGRectImpl getBBox() native; |
+ |
+ _SVGMatrixImpl getCTM() native; |
+ |
+ _SVGMatrixImpl getScreenCTM() native; |
+ |
+ _SVGMatrixImpl getTransformToElement(_SVGElementImpl element) native; |
+} |