Skip to content

Instantly share code, notes, and snippets.

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