Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Last active February 8, 2017 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarryMatte/fddbaa62c54bc6512dfcfe5fa21ce67e to your computer and use it in GitHub Desktop.
Save LarryMatte/fddbaa62c54bc6512dfcfe5fa21ce67e to your computer and use it in GitHub Desktop.
<svg width="400" height="200">
<circle id="myCircle" cx="100" cy="100" r="25"/>
<use xlink:href="#myCircle" x="100" y="0"/>
<use xlink:href="#myCircle" x="200" y="0"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment