mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 13: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.
11 lines
547 B
XML
11 lines
547 B
XML
<svg height="100%" width="100%" viewBox="0 0 1800 1200" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<path d="m0 400h1800v400h-1800z" fill="#fff" />
|
|
<path d="m0 0h1800v400h-1800z" fill="#002868" />
|
|
<path d="m0 800h1800v400h-1800z" fill="#002868" />
|
|
<path
|
|
d="m1137.4 467.1c-54.8-155.6-203.1-267.1-377.4-267.1-220.9 0-400 179.1-400 400s179.1 400 400 400c174.3 0 322.6-111.5 377.4-267.1l-377.4-132.9z"
|
|
fill="#bf0a30" />
|
|
<circle cx="760" cy="600" fill="#ffd700" r="200" />
|
|
</g>
|
|
</svg> |