├── img ├── add.png ├── gh.png ├── clear.png ├── hide.png ├── link.png ├── logo.png ├── open.png ├── reset.png ├── delete.png ├── drawing.png ├── favicon.gif ├── lilypad.png ├── restart.png ├── rotate.png ├── truelove.png ├── tubular.png ├── zoomIn.png ├── zoomOut.png ├── darkknight.png ├── habitrail.png ├── pufferfish.png └── burgessshale.png ├── index.html ├── LICENSE ├── README.md ├── sgn.css └── sgn.js /img/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/add.png -------------------------------------------------------------------------------- /img/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/gh.png -------------------------------------------------------------------------------- /img/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/clear.png -------------------------------------------------------------------------------- /img/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/hide.png -------------------------------------------------------------------------------- /img/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/link.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/open.png -------------------------------------------------------------------------------- /img/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/reset.png -------------------------------------------------------------------------------- /img/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/delete.png -------------------------------------------------------------------------------- /img/drawing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/drawing.png -------------------------------------------------------------------------------- /img/favicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/favicon.gif -------------------------------------------------------------------------------- /img/lilypad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/lilypad.png -------------------------------------------------------------------------------- /img/restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/restart.png -------------------------------------------------------------------------------- /img/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/rotate.png -------------------------------------------------------------------------------- /img/truelove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/truelove.png -------------------------------------------------------------------------------- /img/tubular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/tubular.png -------------------------------------------------------------------------------- /img/zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/zoomIn.png -------------------------------------------------------------------------------- /img/zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/zoomOut.png -------------------------------------------------------------------------------- /img/darkknight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/darkknight.png -------------------------------------------------------------------------------- /img/habitrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/habitrail.png -------------------------------------------------------------------------------- /img/pufferfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/pufferfish.png -------------------------------------------------------------------------------- /img/burgessshale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seedcode/SpirographN/HEAD/img/burgessshale.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |