mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 18:32:15 +00:00
- Added a new SVG file for the Armenian flag (am-1952–1990.svg). - Updated the existing Armenian flag SVG (am.svg) to use a new structure and color scheme. - Refactored logo loading logic in App.svelte to reset filters and state when loading a new collection. - Simplified PNG and JPG download functions in Actions.svelte to directly use collection variable directory. - Enhanced SVG source fetching in CardFull.svelte to utilize a helper function for image URL generation.
6 lines
245 B
XML
6 lines
245 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1200 600">
|
|
<path fill="#F2A800" d="M0 0h1200v600H0z" />
|
|
<path fill="#0033A0" d="M0 0h1200v400H0z" />
|
|
<path fill="#D90012" d="M0 0h1200v200H0z" />
|
|
</svg>
|