Open pmario opened 4 years ago
Hi @pmario the blue favicon isn't part of the core plugin, so we can't fall back to it by excluding $:/favicon.ico
from the snapshot.
I did read somewhere, that all browsers now support SVG favicons. ... But I can't find the info now.
So it may be possible, to have SVG favicons, which we could style with CSS.
Interesting. Looking at https://caniuse.com/#feat=link-icon-svg it looks like it's Firefox and Chromium only at this stage:
Yea, Also had a look there. ... So will need some more time :/
The "default" TW favicon is 100kByte and 128x128 in size. ... IMO only 32x32 pixel (6kByte) are needed?
The TW server has a GET
favicon function. .. So it may be possible to "lazy-load" it, when the snapshot is saved. ... Just brainstorming.
The default TW icon actually contains four differently sized images, 16x16, 32x32, 64x64 and 128x128. You might need to open it in an app that specifically supports the layers in .ico files. The reason for the large sizes is that several browsers display the full sized favicon in contexts other than the tab bar.
OK I see.
To reproduce:
Who can tell, which one is the "network tab"?