Closed
Bug 700937
Opened 13 years ago
Closed 13 years ago
Scaling of favicons should be either 1x or 2x, never inbetween
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Firefox for Android Graveyard
General
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: limi, Assigned: sriram)
References
Details
Attachments
(1 file)
38.51 KB,
image/jpeg
|
Details |
Right now, it looks like we scale up favicons and introduce blur/antialias by scaling them to sizes that aren't 1:1 or 2:1.
If the URL bar has enough space on a given device to render the favicon at 2x size, it should do that, otherwise it should render it at 1:1 and center it instead. Scaling 16x16 icons with antialias just looks bad.
(Of course, if there's a 32x32 icon and we have the space, we should use that)
Attached is a screenshot that shows the blurring introduced.
Comment 1•13 years ago
|
||
Hm, the favicons should be displaying at 32x32, and upscaled crisply if there's only a 16x16 available.
The current nightlies seem to be drawing them at 36x36, so they need to come down a bit. And we need to make sure we're using crisp scaling, rather than anti-aliased.
Updated•13 years ago
|
Assignee: nobody → madhava
Comment 2•13 years ago
|
||
Can we see why we seem to be doing the 36x36? We should be 2x-ing them to 32px when necessary.
Updated•13 years ago
|
Assignee: madhava → nobody
Updated•13 years ago
|
Assignee: nobody → sriram
Priority: -- → P3
Assignee | ||
Comment 3•13 years ago
|
||
The favicons are using 24x24 in the URL bar and tabs-tray. Since it is in "dip", they seem to be like 36X36 because of the device's dpi.
Assignee | ||
Comment 4•13 years ago
|
||
Bug 700936 fixes the favicon in the URL bar. The rest of the favicons should be decided on a case by case basis.
Comment 5•13 years ago
|
||
fixed by bug 700936
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•