numixproject / numix-icon-theme-circle

Linux packaging for Numix Circle
GNU General Public License v3.0
881 stars 89 forks source link

rss/feed reader icons broken #151

Closed zensubz closed 1 year ago

zensubz commented 1 year ago

Hi,

Commit 118516c seems to have introduced some distortions in the following rss/feed reader icons:

blam.svg quiterss.svg internet-news-reader.svg liferea.svg raven-reader.svg syndic.svg urserver.svg

They look quite different now - please see the attached pic:

Selection_001

I would appreciate if these are fixed. Thanks.

palob commented 1 year ago

Hi, I can't repropuce this. Neither with librsvg-based image viewers (using librsvg version 2.55.1, latest upstream relese) nor with QtSVG-based viewers. I also don't see glitches when viewing in Firefox or GNOME Web.

Which image viewer are you using? Maybe it was a librsvg bug which has been fixed. Does it look like this in your desktop or only in the image viewer?

zensubz commented 1 year ago

@palob thanks for the quick response. I am on CentOS 7.x with librsvg2 2.40.20, which is distro-provided. I have used MATE image viewer (eom) to view the image files (shown above), which is linked with librsvg2-2.40.20. They also look the same way in the Menu (launcher) - that's how I spotted the change in the icon-design.

As far as I know, only the above-mentioned svg files seem to be affected, it would be great if you could fix them at your end.

palob commented 1 year ago

Looking at the SVG code I can't see what would cause this. The changes only affect path code, nothing globally SVG-related.

zensubz commented 1 year ago

You are right @palob - the problem is indeed due to (old) librsvg2 that is available in CentOS 7.x. I have checked with a relatively newer librsvg2 v2.42.9 and the problem seems to be resolved. Thanks.