Hi,
We are writing an application which has a canvas occupying the whole client window area.
Since the 22th version of Firefox, the FF starts looking at the SystemDefaultScale parameter.
I have a Hi-DPI display so that I use 125% so far and now it affects FF behavior.
My client area of the whole window used to be (version < 22) 1920 pixels wide, but after the update to the 22th, it is 1536, which corresponds to the System 125%.
This make a following problem: the canvas looks blurry. It is being up-scaled to natural 1920 resolution.
My question is: is there a way to read the systemDefaultScale in the JavaScript and adjust the canvas rendering resolution accordingly.