Built with blockbuilder.org
Last active
March 1, 2017 19:37
-
-
Save kalebima/835e634f88c9acaeab479dd2cbf382c3 to your computer and use it in GitHub Desktop.
fresh block
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
license: mit |
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
<svg width="500" height="124"> | |
<rect width="100" height="100" x="-2" y="-3" | |
style="fill: yellow; stroke: black; stroke-width: 4;"/> | |
<rect width="30" height="80" x="210" y="37" | |
style="fill: red; stroke: black; stroke-width: 4;"/> | |
<rect width="150" height="30" x="300" y="63" | |
style="fill: blue; stroke: black; stroke-width: 4;"/> | |
<!-- white rects --> | |
<g style=" | |
fill: white; | |
stroke: black; | |
stroke-width: 4;"> | |
<rect width="170" height="40" x="98" y="-3"></rect> | |
<rect width="234" height="40" x="268" y="-3"></rect> | |
<rect width="192" height="26" x="310" y="37"></rect> | |
<rect width="70" height="26" x="240" y="37"></rect> | |
<rect width="60" height="70" x="240" y="63"></rect> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment