Refactor SVG gradients and IDs for consistency and clarity

- 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.
This commit is contained in:
sHa
2025-06-19 17:21:55 +03:00
parent 374ece5142
commit cb373ffef2
30 changed files with 1260 additions and 1200 deletions

View File

@@ -3,13 +3,13 @@
<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="c">
<path id="t" d="M 0,-135 v 135 h 67.5" transform="rotate(18 0,-135)"/>
<use xlink:href="#t" transform="scale(-1,1)"/>
<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="#c" transform="rotate(72)"/>
<use xlink:href="#c" transform="rotate(144)"/>
<use xlink:href="#c" transform="rotate(216)"/>
<use xlink:href="#c" transform="rotate(288)"/>
<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>

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 757 B