| 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..4348b4856828e101f097c8e490f8ba5905a6ee41
|
| --- /dev/null
|
| +++ b/client/html/generated/html/frog/SVGPathSegList.dart
|
| @@ -0,0 +1,19 @@
|
| +
|
| +class _SVGPathSegListJs implements SVGPathSegList native "*SVGPathSegList" {
|
| +
|
| + final int numberOfItems;
|
| +
|
| + _SVGPathSegJs appendItem(_SVGPathSegJs newItem) native;
|
| +
|
| + void clear() native;
|
| +
|
| + _SVGPathSegJs getItem(int index) native;
|
| +
|
| + _SVGPathSegJs initialize(_SVGPathSegJs newItem) native;
|
| +
|
| + _SVGPathSegJs insertItemBefore(_SVGPathSegJs newItem, int index) native;
|
| +
|
| + _SVGPathSegJs removeItem(int index) native;
|
| +
|
| + _SVGPathSegJs replaceItem(_SVGPathSegJs newItem, int index) native;
|
| +}
|
|
|