Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Created February 8, 2017 18:29
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/34534c4a364943e14daa4658e7841cda to your computer and use it in GitHub Desktop.
Save LarryMatte/34534c4a364943e14daa4658e7841cda to your computer and use it in GitHub Desktop.
<svg width="400" height="200">
<defs>
<circle id="myCircle" cx="25" cy="25" r="25"/>
</defs>
<use xlink:href="#myCircle" x="100" y="50"/>
<use xlink:href="#myCircle" x="200" y="50"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment