mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 17:34:03 +00:00
- Updated gradient IDs in google_chrome_icon.svg to be more descriptive. - Refactored gradient IDs in grafana.svg for better identification. - Changed gradient IDs in homebridge.svg to follow a consistent naming convention. - Modified gradient IDs in jellyfin.svg for clarity and consistency. - Updated gradient IDs in shadoll.svg to avoid conflicts. - Renamed ID in tesla.svg for better identification. - Enhanced svg-cleanup.js to fix single-letter ID conflicts by prefixing them with the filename, improving SVG file integrity.
15 lines
757 B
XML
15 lines
757 B
XML
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1080 720">
|
|
<rect width="1080" height="720" fill="#fff"/>
|
|
<rect y="360" width="1080" height="360" fill="#bf0a30"/>
|
|
<rect width="360" height="720" fill="#002868"/>
|
|
<g transform="translate(180,360)" fill="#fff">
|
|
<g id="us-tx_c">
|
|
<path id="us-tx_t" d="M 0,-135 v 135 h 67.5" transform="rotate(18 0,-135)"/>
|
|
<use xlink:href="#us-tx_t" transform="scale(-1,1)"/>
|
|
</g>
|
|
<use xlink:href="#us-tx_c" transform="rotate(72)"/>
|
|
<use xlink:href="#us-tx_c" transform="rotate(144)"/>
|
|
<use xlink:href="#us-tx_c" transform="rotate(216)"/>
|
|
<use xlink:href="#us-tx_c" transform="rotate(288)"/>
|
|
</g>
|
|
</svg> |