Skip to content

Instantly share code, notes, and snippets.

@kshoufer
Created July 13, 2014 01:08
Show Gist options
  • Save kshoufer/f37a01c294c05591032a to your computer and use it in GitHub Desktop.
Save kshoufer/f37a01c294c05591032a to your computer and use it in GitHub Desktop.
Simple SVG Shape
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="10" y="10" height="100" width="100"
style="stroke:#ff0000; fill: #0000ff"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment