Node icons not showing after version 3.1.3

I've just updated to version 3.1.5 and noticed that various node icons are no longer appearing in the editor. For example the Aedes MQTT broker node is now not showing any icon in the editor view - but it does show the icon properly in the pallette and in the node editor.

Could this be related to PR 4491 ? I've noticed now two nodes which are not showing icons in the editor.

Screenshot:
Screenshot 2024-02-18 at 6.49.41 PM

Two more examples (NR 3.1.5)
image

In case it is relevant, what browser/OS are you using to view the editor?

I have Firefox v120/v122 on WIndows 11.

if it helps, the aedes icon image size is 272 x 272 (png), that would reduce the scalefactor by 20 / 272 = 0.07352941176470588 - don't know the code to know whether that would be a problem.

Edit: my mistake, the width isn't the full image width see the line above

SQLite icon indeed broken on 3.1.5 - on Mac - Firefox 122.0.1 and Safari
but fine again on 4.0.0-dev...

Fixed via Fix missing node icons in workspace by knolleary · Pull Request #4570 · node-red/node-red · GitHub

Will do a 3.1.6 release this week, pending any other issues that crop up.

1 Like