Skip to content

Instantly share code, notes, and snippets.

@nrafter
Created February 2, 2015 07:30
Show Gist options
  • Save nrafter/5c52fecc84f1c9fb7357 to your computer and use it in GitHub Desktop.
Save nrafter/5c52fecc84f1c9fb7357 to your computer and use it in GitHub Desktop.
minisketch html elements for tabs
<li>
<input type="radio" checked name="tabs" id="tab-minisketch">
<label for="tab-minisketch">Minisketch</label>
<div id="tab-content-minisketch" class="tab-content animated fadeIn">
<div id="minisketch" style="position:relative">
</div>
</div>
</li>
@nrafter
Copy link
Author

nrafter commented Feb 2, 2015

Minisketch.canvas = minisvgCanvas = new $.SvgCanvas(document.getElementById("minisketch"), curConfig);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment