Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Created November 8, 2022 22:27
Show Gist options
  • Save DaCuteRaccoon/4d2982308432894b3ada4894514edc29 to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/4d2982308432894b3ada4894514edc29 to your computer and use it in GitHub Desktop.
Ukraine flag svg
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400">
<rect width="600" height="400" fill="#005BBB"/>
<rect width="600" height="200" y="200" fill="#FFD500"/>
</svg>
@DaCuteRaccoon
Copy link
Author

double size version:

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800">
  <rect width="1200" height="800" fill="#005BBB"/>
  <rect width="1200" height="400" y="400" fill="#FFD500"/>
</svg>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment