mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 15:32:03 +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.
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<svg height="100%" viewBox="0 0 360 240" width="100%" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<defs>
|
|
<path id="us-md-a"
|
|
d="m0 215a32 32 0 0 0 32-32v-16h31a32 32 0 0 0 0-64h-31v-71h199v31a32 32 0 0 0 64 0v-31h28a32 32 0 0 0 32-32h-355z"
|
|
transform="scale(.24)" />
|
|
</defs>
|
|
<g id="us-md-b">
|
|
<path d="m0 0h180v120h-180z" fill="black" />
|
|
<path d="m0 120v-100l30 20v80h30v-120h30v120h30v-120h30v120h30v-20l-150-100v40l120 80z" fill="#eaab00" />
|
|
</g>
|
|
<g id="us-md-c">
|
|
<path d="m180 0h180v120h-180z" fill="#fff" />
|
|
<path d="m270 0h90v60h-180v60h90z" fill="#981e32" />
|
|
<g transform="translate(270 60)">
|
|
<use fill="#981e32" xlink:href="#a" />
|
|
<use fill="#fff" transform="scale(-1 1)" xlink:href="#a" />
|
|
<use fill="#fff" transform="scale(1 -1)" xlink:href="#a" />
|
|
<use fill="#981e32" transform="scale(-1)" xlink:href="#a" />
|
|
</g>
|
|
</g>
|
|
<use x="-180" xlink:href="#us-md-c" y="120" />
|
|
<use x="180" xlink:href="#us-md-b" y="120" />
|
|
</svg> |