mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 18:32:15 +00:00
- Introduced utility functions to determine the base directory and image URL for logos based on their collection. - Updated `Actions.svelte`, `CardFull.svelte`, `CardMiddle.svelte`, `CardSmall.svelte`, and `CardTiny.svelte` to use the new utility functions for generating image paths. - Ensured that the correct image format (SVG, PNG, JPG) is used based on the logo's properties and active color sets.
12 lines
466 B
XML
12 lines
466 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-pw" viewBox="0 0 640 480">
|
|
<defs>
|
|
<clipPath id="pw-a">
|
|
<path fill-opacity=".7" d="M-70.3 0h640v480h-640z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#pw-a)" transform="translate(70.3)">
|
|
<path fill="#4aadd6" d="M-173.4 0h846.3v480h-846.3z"/>
|
|
<path fill="#ffde00" d="M335.6 232.1a135.9 130.1 0 1 1-271.7 0 135.9 130.1 0 1 1 271.7 0"/>
|
|
</g>
|
|
</svg>
|