Open
Description
When rendering the legen on one of my monitors, it looks blurry.
Heres a screenshot of what it looks like next to some HTML text and also with my mouse overlaid:
I managed to make it look much better by zooming in, refreshing the page, and then zooming back out:
This makes be belive that the legend is rendered at an insufficient or odd scale/resolution. I'd love a option to set a factor in the constructor, which would allow me to opt-in to rendering the legends at higher resolutions.
I found references in the code to DEVICE_PIXEL_RATIO which was used to scale some things. For reference, heres the value of ol.has.ol.has.DEVICE_PIXEL_RATIO
from the first and second screenshot:
Without Zoom: 1.090
With Zoom: 2.2222