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