Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created March 17, 2014 03:41
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 joseluisq/9593596 to your computer and use it in GitHub Desktop.
Save joseluisq/9593596 to your computer and use it in GitHub Desktop.
SVG Triangle
<svg height="250" width="450">
<polygon points="225,10 100,210 350,210" style="fill:rgba(0,0,0,0);stroke:#609AAF;stroke-width:10" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment