Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Last active February 8, 2017 18:43
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/9684ce54c8130c1a337896e76d9b87b7 to your computer and use it in GitHub Desktop.
Save LarryMatte/9684ce54c8130c1a337896e76d9b87b7 to your computer and use it in GitHub Desktop.
<svg width="400" height="200">
<defs>
<circle id="myCircle" cx="25" cy="25" r="25" fill="red"/>
<circle id="myCircle-2" cx="25" cy="25" r="25"/>
</defs>
<use xlink:href="#myCircle" x="100" y="50"/>
<use xlink:href="#myCircle" x="200" y="50" fill="blue" stroke-width="3" stroke="green"/>
<use xlink:href="#myCircle-2" x="300" y="50" fill="blue"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment