Created
June 24, 2014 20:49
-
-
Save joeSaad/dfcf66ed4c4b46711b3d to your computer and use it in GitHub Desktop.
A Pen by Joe Saad.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg width="300" height="200"> | |
<polygon points="100,10 40, 129 222, 198 190,198" /> | |
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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