Skip to content

Instantly share code, notes, and snippets.

@aduth
Last active July 14, 2021 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aduth/08f3fb95aeb63c63dddc9171062c033d to your computer and use it in GitHub Desktop.
Save aduth/08f3fb95aeb63c63dddc9171062c033d to your computer and use it in GitHub Desktop.
US Flag
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 160 110" xmlns="http://www.w3.org/2000/svg">
<rect width="160" height="110" fill="#fff"/>
<rect width="160" height="10" fill="#DD0E07"/>
<rect y="100" width="160" height="10" fill="#DD0E07"/>
<rect y="80" width="160" height="10" fill="#DD0E07"/>
<rect y="60" width="160" height="10" fill="#DD0E07"/>
<rect y="40" width="160" height="10" fill="#DD0E07"/>
<rect y="20" width="160" height="10" fill="#DD0E07"/>
<rect width="80" height="70" fill="#2E3E8E"/>
<rect x="10" y="10" width="10" height="10" fill="#fff"/>
<rect x="20" y="30" width="10" height="10" fill="#D4D7E7"/>
<rect x="60" y="30" width="10" height="10" fill="#D4D7E7"/>
<rect x="40" y="30" width="10" height="10" fill="#D4D7E7"/>
<rect x="50" y="10" width="10" height="10" fill="#D4D7E7"/>
<rect x="30" y="10" width="10" height="10" fill="#D4D7E7"/>
<rect x="10" y="10" width="10" height="10" fill="#fff"/>
<rect x="10" y="50" width="10" height="10" fill="#D4D7E7"/>
<rect x="50" y="50" width="10" height="10" fill="#D4D7E7"/>
<rect x="30" y="50" width="10" height="10" fill="#D4D7E7"/>
<rect x="10" y="10" width="10" height="10" fill="#D4D7E7"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment