feat: add Armenian flag SVG and update existing flag SVGs

- 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.
This commit is contained in:
sHa
2025-06-18 18:41:00 +03:00
parent 2463661748
commit 44b73116b3
24 changed files with 3123 additions and 40 deletions

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1200 600">
<rect width="1200" height="600" fill="#c00" />
<rect y="225" width="1200" height="150" fill="#293399" />
</svg>

After

Width:  |  Height:  |  Size: 209 B