You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I open a chrome window on my laptop(devicePixelRatio 1.25), and init the stage, then drag this window to my extra screen(devicePixelRatio 1), items in layer could be a bit blur and canot be clear as expected.
So I have to detect devicePixelRatio change and then reset this value by setPixelRatio .
But if I run setPixelRatio(10) when init stage, this problem won't come out again.
I'm not sure if it's ok to solve this problem if I just set pixel ratio to a big number at start. Could it lead to some other troubles?
Sorry but I'm not sure why these happend 🙏
The text was updated successfully, but these errors were encountered:
Currently, if I open a chrome window on my laptop(devicePixelRatio 1.25), and init the stage, then drag this window to my extra screen(devicePixelRatio 1), items in layer could be a bit blur and canot be clear as expected.
So I have to detect devicePixelRatio change and then reset this value by
setPixelRatio
.But if I run
setPixelRatio(10)
when init stage, this problem won't come out again.I'm not sure if it's ok to solve this problem if I just set pixel ratio to a big number at start. Could it lead to some other troubles?
Sorry but I'm not sure why these happend 🙏
The text was updated successfully, but these errors were encountered: