|
|
|
|
|
by spiralganglion
2629 days ago
|
|
I've used a few retina Macs to do various kinds of web dev. Firefox tends to do some things fastest (eg: re-layout when resizing the window), some things the slowest (eg: certain large, complex CSS animations). For most things, it's perceptually equivalent to Chrome or Safari. Some things that are fast/good in Chrome will be slow/bad in FF, and vice versa. The biggest shortcomings I currently face are (1) a lot of banding when layering lots of complex gradients, due to a poor job of dithering and (2) weird handling of certain colors on my P3 display due to the assumption that colors are in the full display space rather than sRGB. |
|