Skip to content

Instantly share code, notes, and snippets.

@micahwave
Created August 25, 2017 20:46
Show Gist options
  • Save micahwave/b51358d444c3a4e896c0cba4a6f3afc3 to your computer and use it in GitHub Desktop.
Save micahwave/b51358d444c3a4e896c0cba4a6f3afc3 to your computer and use it in GitHub Desktop.
rect svg
<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