Skip to content

Instantly share code, notes, and snippets.

@joeSaad
Created June 24, 2014 20:49
Show Gist options
  • Save joeSaad/dfcf66ed4c4b46711b3d to your computer and use it in GitHub Desktop.
Save joeSaad/dfcf66ed4c4b46711b3d to your computer and use it in GitHub Desktop.
A Pen by Joe Saad.
<svg width="300" height="200">
<polygon points="100,10 40, 129 222, 198 190,198" />
</svg>
polygon {
fill:lime;
stroke:purple;
stroke-width:5;
fill-rule:evenodd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment