mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 11:32:01 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 510 510">
|
||||
<path id="l" d="m286.7 401.2 61.9 60.2v-389.4l-62.4-60.6z" fill="currentColor" stroke="none" stroke-width="2"
|
||||
<path id="shadoll_l" d="m286.7 401.2 61.9 60.2v-389.4l-62.4-60.6z" fill="currentColor" stroke="none" stroke-width="2"
|
||||
stroke-miterlimit="10" />
|
||||
<g id="s" fill="#dc2108" stroke="none" stroke-width="2" stroke-miterlimit="10">
|
||||
<g id="shadoll_s" fill="#dc2108" stroke="none" stroke-width="2" stroke-miterlimit="10">
|
||||
<path d="m161.2 500 106.1-100.8-39-37.2-66.9 63.6z" />
|
||||
<path d="m275 174.3-113.8 108.9 113.8 108.9v-73.6l-37-35.3 37-36.3z" />
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 478 B |
Reference in New Issue
Block a user