Last active
February 22, 2016 13:42
-
-
Save elmahdim/3a7334fe8ae8fd48b950 to your computer and use it in GitHub Desktop.
Snap.svg Starter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @link cdn: https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.4.1/snap.svg-min.js | |
* @jade svg#demo(viewBox="0 0 600 600", preserveAspectRatio="none") | |
*/ | |
var s = Snap("#demo"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment