2012-06-05 15:52:00 +04:00
|
|
|
<h2>refactored</h2>
|
|
|
|
|
|
|
|
<div class="description">
|
|
|
|
Fork of OpenSeadragon (from its mercurial repository). We are working to
|
|
|
|
refactor the code base and see what happens from there. <br/><br/>
|
|
|
|
<strong>Try it on the iPad! (new since 0.9)</strong>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="demoarea">
|
|
|
|
<div class="demoheading">
|
|
|
|
Seadragon control with default properties
|
|
|
|
<span id='consolelog'></span>
|
|
|
|
</div>
|
|
|
|
<div id="contentDiv" class="openseadragon"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
// Example
|
|
|
|
OpenSeadragon({
|
|
|
|
id: "contentDiv",
|
2013-01-31 02:10:16 +04:00
|
|
|
prefixUrl: "/openseadragon/images/",
|
2013-01-24 08:00:11 +04:00
|
|
|
tileSources: "/openseadragon/examples/images/highsmith/highsmith.js"
|
2012-06-05 15:52:00 +04:00
|
|
|
});
|
|
|
|
</script>
|