Skip to content

Instantly share code, notes, and snippets.

@rvagg
Created January 26, 2011 05:40
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 rvagg/796286 to your computer and use it in GitHub Desktop.
Save rvagg/796286 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" >
<line x1="5" y1="5" stroke="red" x2="90" y2="90" stroke-linecap="round" stroke-width="5" stroke-dasharray="10,15,20" />
<line x1="5" y1="25" stroke="red" x2="90" y2="110" stroke-linecap="round" stroke-width="2" stroke-dasharray="10,5" />
<line x1="5" y1="45" stroke="red" x2="90" y2="130" stroke-linecap="square" stroke-width="1" stroke-dasharray="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment