mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 11:32:01 +00:00
- Removed unnecessary XML and DOCTYPE declarations from SVG files. - Eliminated comments within SVG files for cleaner output. - Trimmed leading and trailing whitespace from SVG content. - Ensured all SVG files end with a newline character. - Updated multiple logo SVG files including WireGuard, Wise, WOG, Yahoo, and others to conform to the new standards. - Enhanced the update-data.js script to automate the cleanup process for SVG files.
16 lines
726 B
XML
16 lines
726 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> |