Skip to content

Instantly share code, notes, and snippets.

@josephting
Last active November 17, 2016 05:51
Show Gist options
  • Save josephting/879f3d3f61059e7f3cfc09fa08c6d139 to your computer and use it in GitHub Desktop.
Save josephting/879f3d3f61059e7f3cfc09fa08c6d139 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="70">
<circle cx="20" cy="20" r="10" style="stroke: #000; fill: none;" />
<line x1="20" y1="30" x2="20" y2="50" style="stroke: black;" />
<line x1="20" y1="35" x2="10" y2="40" style="stroke: black;" />
<line x1="20" y1="35" x2="30" y2="40" style="stroke: black;" />
<line x1="20" y1="50" x2="10" y2="60" style="stroke: black;" />
<line x1="20" y1="50" x2="30" y2="60" style="stroke: black;" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment