Files
sLogos/public/images/logos/ibkr.svg
T
sha e86600b610 Update SVG logos to use percentage dimensions and add viewBox where missing
- 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.
2025-06-19 16:46:12 +03:00

22 lines
637 B
XML

<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 69 69"
width="100%" height="100%"
>
<defs>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3864.9817" y1="49.0008" x2="3893.3887"
y2="49.0008" gradientTransform="matrix(-1 0 0 1 3894.2446 0)">
<stop offset="0" stop-color="#D81222" />
<stop offset="1" stop-color="#960B1A" />
</linearGradient>
</defs>
<g>
<g>
<polygon fill="url(#SVGID_1_)" points="29.3,64.6 0.9,64.6 0.9,33.4" />
<circle fill="#D81222" cx="25.3" cy="41" r="8.5" />
<polygon fill="#D81222" points="29.3,0.5 0.9,33.4 0.9,64.6" />
</g>
</g>
</svg>