GNOME Bugzilla – Bug 133760
Wrong size of favicon used with multiple size windows .ico
Last modified: 2004-12-22 21:47:04 UTC
I have created a site that uses a windows .ico with multiple sizes as its favicon. When viewed in Mozilla or Internet Explorer, the 16x16px size is used, but epiphany scaled the largest icon to 16x16px to use as the favicon. I have put up a test page showing this problem at: http://members.rogers.com/calvinwalton/icon.htm It's not a bad problem, but it makes one of my intranet pages look a bit ugly at the moment :)
I think this is a gdk-pixbuf-loader problem with the .ico format. From gtk+/gdk-pixbuf/io-ico.c: (DecodeHeader): /* For ICO's we have to be very clever. There are multiple images possible in an .ICO. As a simple heuristic, we select the image which occupies the largest number of bytes. */
Should we reassign to gtk then ?
*** This bug has been marked as a duplicate of 65902 ***