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
867 B
XML
16 lines
867 B
XML
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-gr" viewBox="0 0 640 480">
|
|
<path fill="#0d5eaf" fill-rule="evenodd" d="M0 0h640v53.3H0z"/>
|
|
<path fill="#fff" fill-rule="evenodd" d="M0 53.3h640v53.4H0z"/>
|
|
<path fill="#0d5eaf" fill-rule="evenodd" d="M0 106.7h640V160H0z"/>
|
|
<path fill="#fff" fill-rule="evenodd" d="M0 160h640v53.3H0z"/>
|
|
<path fill="#0d5eaf" d="M0 0h266.7v266.7H0z"/>
|
|
<path fill="#0d5eaf" fill-rule="evenodd" d="M0 213.3h640v53.4H0z"/>
|
|
<path fill="#fff" fill-rule="evenodd" d="M0 266.7h640V320H0z"/>
|
|
<path fill="#0d5eaf" fill-rule="evenodd" d="M0 320h640v53.3H0z"/>
|
|
<path fill="#fff" fill-rule="evenodd" d="M0 373.3h640v53.4H0z"/>
|
|
<g fill="#fff" fill-rule="evenodd" stroke-width="1.3">
|
|
<path d="M106.7 0H160v266.7h-53.3z"/>
|
|
<path d="M0 106.7h266.7V160H0z"/>
|
|
</g>
|
|
<path fill="#0d5eaf" d="M0 426.7h640V480H0z"/>
|
|
</svg> |