Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Last active February 8, 2017 18:47
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/3ea5b99039fad69b4545d330fa33578b to your computer and use it in GitHub Desktop.
Save LarryMatte/3ea5b99039fad69b4545d330fa33578b to your computer and use it in GitHub Desktop.
<svg width="400" height="200">
<symbol id="myCircle">
<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