|
|
|
|
|
by nimbix
1543 days ago
|
|
IMHO 4k was the worst thing to ever happen to monitors. Now we have screens ranging from 24" to 43+" all using the same physical resoluton. This means that at all the most popular screen sizes you need to use some weird 1.5 or 1.25 scaling factor which results in all sorts of weird rendering quirks, like 1px gaps when rendering engines try to fit elements to pixel boundaries. Plus SVGs often rasterize to a blurry mess since there is no rendering magic that could make a 1px line rasterize nicely over one and a half pixel. |
|