You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The created graph is immutable. New nodes can be added but old ones cannot be modified.
@@ -41,6 +41,4 @@ Follow up with other notebooks in the [notebook section](./notebook/)
41
41
- Inspired by my [blog article](http://blog.abhishekrao.org/2013/11/multi-level-attack.html)
42
42
- XKCD comic on deep zoom [xkdcd1110](http://dump.ventero.de/xkcd1110/open.html)
43
43
- The graph created by the API is [Persistent Immutable DataStructure](https://en.wikipedia.org/wiki/Persistent_data_structure). The ideas used are similar to the ones explaine in this video [Immutable JS](http://facebook.github.io/immutable-js/)
44
-
45
-
#### Links
46
44
-[Deep zoom links (Quora)](https://www.quora.com/What-is-Seadragon-used-for-and-how-does-it-work-in-really-simple-laymen-terms) What is OpenSeadragon
0 commit comments