Skip to content

Instantly share code, notes, and snippets.

@PhiLhoSoft
Created June 18, 2015 11: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 PhiLhoSoft/e8caebcb078515e3f34f to your computer and use it in GitHub Desktop.
Save PhiLhoSoft/e8caebcb078515e3f34f to your computer and use it in GitHub Desktop.
Testing if Gists show a preview of SVG
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
width="80" height="80">
<path d="M 2 40 L 40 2 L 78 40 L 40 78 Z" fill="#DDF" stroke="#AAF" stroke-width="4" stroke-linejoin="miter"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment