Skip to content

Instantly share code, notes, and snippets.

@ganglio
Created June 27, 2017 23:10
Show Gist options
  • Save ganglio/a489f353c95b8c74ab1770179b69b3d6 to your computer and use it in GitHub Desktop.
Save ganglio/a489f353c95b8c74ab1770179b69b3d6 to your computer and use it in GitHub Desktop.
A placeholder image
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" width="200" height="200" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" >
<rect x="1" y="1" width="98" height="98" fill="#e0e0e0" stroke="#c0c0c0" stroke-width="2" />
<line x1="0" y1="0" x2="100" y2="100" stroke="#c0c0c0" stroke-width="2" />
<line x1="0" y1="100" x2="100" y2="0" stroke="#c0c0c0" stroke-width="2" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment