LibreNMS SVG Logo Issue in Some Zooms

Hi,

I’m not really familiar with the SVG format but I noticed a funny issue with the LibreNMS SVG Logo that is used in the WebUI (images/librenms_logo_light.svg). In certain Zoom levels the i just goes missing…

Same issue is with the logo on the www.librenms.org site (https://www.librenms.org/images/LibreNMS-Logo.svg)

See this screen-recording (GIF) how it happens:
lW81blXUvb

Hello nice gif :smiley: did not realize with the zoom.

I believe it only happens on Windows OS and only with certain versions with Chromium, if you want to test to see if the new Chromium fixes it check here Is LibreNMS now "L breNMS"? - #10 by Chas

1 Like

I was searching for an existing thread about it but didn’t find any…

Indeed it seems to be a Chromium issue (but also in Chrome on Android…) so will have to wait…

But to be honest, while it might be “triggered” by something Chromium did, it still seems that there’s something off with this SVG code (as a sign of it… check what happens when you open this SVG with this online editor http://vectorpaint.yaks.co.nz/ - which randers all my smaple SVGs all good. It bsically shows only the i! So the i is treated diffrently for some reason.)

Actually here you go… In Dev Tools you can clearly see what’s wrong…

2019-09-26_14-13-36

I tried doing a PR for it (hey, my first… I’m not really into coding…):

3 Likes

merged, thanks :slight_smile:

1 Like

Thanks! I did a PR for the website logo as well https://github.com/librenms/librenms.github.io/pull/119

1 Like

Nice one Yisroel :+1: