Created
August 25, 2017 20:46
-
-
Save micahwave/b51358d444c3a4e896c0cba4a6f3afc3 to your computer and use it in GitHub Desktop.
rect svg
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="500px" height="100px" viewBox="0 0 500 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | |
<g> | |
<rect fill="#D8D8D8" x="0" y="0" width="500" height="100"></rect> | |
<rect fill="#FF0000" x="0" y="0" width="152" height="100"></rect> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment