mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 17:34:03 +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.
14 lines
582 B
XML
14 lines
582 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-bv" viewBox="0 0 640 480">
|
|
<defs>
|
|
<clipPath id="bv-a">
|
|
<path fill-opacity=".7" d="M0 0h640v480H0z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#bv-a)">
|
|
<path fill="#fff" d="M-28 0h699.7v512H-28z"/>
|
|
<path fill="#d72828" d="M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6 320h190.4v190.3H-27.6zm319.6 2.1h378.3v188.2H292z"/>
|
|
<path fill="#003897" d="M196.7-25.4H261v535.7h-64.5z"/>
|
|
<path fill="#003897" d="M-27.6 224.8h698v63.5h-698z"/>
|
|
</g>
|
|
</svg>
|