mirror of
https://github.com/aristocratos/btop.git
synced 2026-06-11 01:04:23 -04:00
Committed on behalf of https://t.me/SergeiR Downgrades incompatible (advanced) SVG features to something supported by a default Qt SVG rendered. Besides, xlink:href is deprecated[1], and in this case introduces an unnecessary indirection. Fixes these errors causing the icon to be all black in Plasma and Qt apps: qt.svg: icon.svg:27:6: Could not resolve property: #pattern1888 qt.svg: icon.svg:27:6: Could not resolve property: #pattern1870 Interestingly enough, logo.svg doesn't need any adjustments, it's fine. [1]: https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xlink:href