Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created May 7, 2014 20:51
Show Gist options
  • Save james2doyle/761494674b5d489f0615 to your computer and use it in GitHub Desktop.
Save james2doyle/761494674b5d489f0615 to your computer and use it in GitHub Desktop.
the most simple square svg element
Display the source blob
Display the rendered blob
Raw
<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<g>
<title>square</title>
<rect id="svg_1" height="10" width="10" y="0" x="0" fill="#000000"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment