Index: client/html/generated/html/frog/SVGPointList.dart |
diff --git a/client/html/generated/html/frog/SVGPointList.dart b/client/html/generated/html/frog/SVGPointList.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..819e3b3f41ad2c533a3367b612bc136992dcfe51 |
--- /dev/null |
+++ b/client/html/generated/html/frog/SVGPointList.dart |
@@ -0,0 +1,19 @@ |
+ |
+class _SVGPointListImpl implements SVGPointList native "*SVGPointList" { |
+ |
+ final int numberOfItems; |
+ |
+ _SVGPointImpl appendItem(_SVGPointImpl item) native; |
+ |
+ void clear() native; |
+ |
+ _SVGPointImpl getItem(int index) native; |
+ |
+ _SVGPointImpl initialize(_SVGPointImpl item) native; |
+ |
+ _SVGPointImpl insertItemBefore(_SVGPointImpl item, int index) native; |
+ |
+ _SVGPointImpl removeItem(int index) native; |
+ |
+ _SVGPointImpl replaceItem(_SVGPointImpl item, int index) native; |
+} |