Skip to content

Instantly share code, notes, and snippets.

Created December 10, 2014 12:31
Show Gist options
  • Save anonymous/d29b9c16842dd7a43387 to your computer and use it in GitHub Desktop.
Save anonymous/d29b9c16842dd7a43387 to your computer and use it in GitHub Desktop.
ogbrwR
<script type="text/javascript" src="svg-morpheus.js"></script>
<script>
var myIcons = new SVGMorpheus('#myIconsSet' , options, callback);
myIcons.to('icon2');
</script>
<svg>
<g id="icon1">
<circle cx="100" cy="70" r="70" fill="red"/>
</g>
<g id="icon2">
<circle cx="100" cy="70" r="40" fill="green"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment