-
-
Notifications
You must be signed in to change notification settings - Fork 969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At a very specific browser dimensions, words are improperly sized #189
Comments
I confirmed this. |
It seems like a few Issues (#182 #162 #189) in this project have the same origin. I have successfully managed to replicate this bug on chrome and Firefox. To do so make the scaling as small as possible by hitting ctrl & - . Then slowly resize the window by pulling its edges util you see it flash. Try resizing again and again to get to precisely that height and width setting that a white disturbance appears. You will also notice that the score in the middle of the screen has now vanished. It is important to note that I have only been able to replicate this after increasing the score after combining a few blocks. I believe the bug has to do with the scoreSize variable that is used for example in line 52 of view.js: |
The text was updated successfully, but these errors were encountered: