mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 20:35:19 +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.
16 lines
1.0 KiB
XML
16 lines
1.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
|
|
<linearGradient id="jellyfin_a" x1="97.508" x2="522.069" y1="308.135" y2="63.019" gradientTransform="matrix(1 0 0 -1 0 514)"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" style="stop-color:#aa5cc3" />
|
|
<stop offset="1" style="stop-color:#00a4dc" />
|
|
</linearGradient>
|
|
<path d="M256 196.2c-22.4 0-94.8 131.3-83.8 153.4s156.8 21.9 167.7 0-61.3-153.4-83.9-153.4" style="fill:url(#jellyfin_a)" />
|
|
<linearGradient id="jellyfin_b" x1="94.193" x2="518.754" y1="302.394" y2="57.278" gradientTransform="matrix(1 0 0 -1 0 514)"
|
|
gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" style="stop-color:#aa5cc3" />
|
|
<stop offset="1" style="stop-color:#00a4dc" />
|
|
</linearGradient>
|
|
<path
|
|
d="M256 0C188.3 0-29.8 395.4 3.4 462.2s472.3 66 505.2 0S323.8 0 256 0m165.6 404.3c-21.6 43.2-309.3 43.8-331.1 0S211.7 101.4 256 101.4 443.2 361 421.6 404.3"
|
|
style="fill:url(#jellyfin_b)" />
|
|
</svg> |