Created
March 17, 2014 11:45
-
-
Save fraserxu/9597885 to your computer and use it in GitHub Desktop.
wiredcraft logo
This file contains hidden or 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
<!doctype html> | |
<svg viewbox="0 0 250 200"> | |
<rect width="250" height="200" fill="#fff"/> | |
<g fill="#f00" fill-rule="evenodd"> | |
<path d="M40,40 h40v140 l-40, -40 z"></path> | |
<path d="M80,140 h40v40 l-40, -40 z"></path> | |
<path d="M80,140 l40, 40 l-40, 0 z" style="fill:E00000;"></path> | |
<path d="M120,40 h40v140 l-40, -40 z"></path> | |
<path d="M160,140 h40v40 l-40, -40 z"></path> | |
<path d="M160,140 l40, 40 l-40, 0 z" style="fill:E00000 ;"></path> | |
<path d="M200,40 h40v140 l-40, -0 z"></path> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment