Closed dullbananas closed 3 years ago
In the area where the circuit is rendered, the resolution does not adapt to the display's pixel density or zoom. This make a huge difference in text readability.
In CSS and javascript, one "pixel" is equal to multiple physical pixels, if the pixel density is high. https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio
Looks much better now. Thanks for pointing that out.
In the area where the circuit is rendered, the resolution does not adapt to the display's pixel density or zoom. This make a huge difference in text readability.
In CSS and javascript, one "pixel" is equal to multiple physical pixels, if the pixel density is high. https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio