mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 18:32:15 +00:00
- Modified SVG files for logos (webtorrent, wifi, wise-icon, zoom-icon, zoom) to set width and height to 100% for better responsiveness. - Added viewBox attribute to SVGs that lacked it, using existing width and height values when available. - Implemented a validation and fixing function in update-data.js to automate the process of ensuring SVGs have the correct attributes.
9 lines
463 B
XML
9 lines
463 B
XML
<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"
|
|
stroke-miterlimit="10" />
|
|
<g id="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>
|
|
</svg>
|