mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 20:35:19 +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.
17 lines
727 B
XML
17 lines
727 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-jo" viewBox="0 0 640 480">
|
|
<defs>
|
|
<clipPath id="jo-a">
|
|
<path fill-opacity=".7" d="M-117.8 0h682.6v512h-682.6z"/>
|
|
</clipPath>
|
|
</defs>
|
|
<g clip-path="url(#jo-a)" transform="translate(110.5)scale(.9375)">
|
|
<g fill-rule="evenodd" stroke-width="1pt">
|
|
<path fill="#000001" d="M-117.8 0h1024v170.7h-1024z"/>
|
|
<path fill="#fff" d="M-117.8 170.7h1024v170.6h-1024z"/>
|
|
<path fill="#090" d="M-117.8 341.3h1024V512h-1024z"/>
|
|
<path fill="red" d="m-117.8 512 512-256-512-256z"/>
|
|
<path fill="#fff" d="m24.5 289 5.7-24.9H4.7l23-11-15.9-19.9 23 11 5.6-24.8 5.7 24.9L69 233.2l-16 19.9 23 11H50.6l5.7 24.9-15.9-20z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|