-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ENA-148: Highlighted blocks are blurry on non-retina display in some situations #2720
Comments
I just did some follow up research and it looks like, on mac, if you use Firefox or Safari it will be blurry no matter which key you include in the hat block. Chrome is doing something different that makes it not be blurry in some situations. On Chrome, changing the what is in the dropdown while the block is running causes the blur to change. So starting with "When Left Key Pressed" it will be blurry when run. But if you change it to the a "When Space Key Pressed" while it's running it will stop being blurry. |
This may be a regression on Chrome side. |
I have noticed the blurring of blocks on PC chrome over the last few weeks.
It's caught in all my YouTube tutorial videos.
Also, while this is occurring, the projects are running considerably slower
than previously too. To get full frame rates I have to once more run full
screen or switch to another sprite without running scripts. This is a
regression, as we had the same issue a long time back where we'd need to
create a blank first sprite to mitigate the issue. But at least it's only
occusing now if the running blocks are visible.
…On Sat, 13 Nov 2021 at 03:21, apple502j ***@***.***> wrote:
This may be a regression on Chrome side.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/LLK/scratch-gui/issues/7850#issuecomment-967770943>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTM3PQFEYEUR6VTHKSARJTULXKUXANCNFSM5H5NPV6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Mine too! When I clicked the green flag, it's become so blurry. |
It looks like the |
@ErrorGamer2000 Did you ever make that patch? If so, I'd be curious to know what/where your fix was |
@benjiwheeler I wasn't able to make it work due to the way that the workspace svgs work, sorry. I may make another attempt soon though. |
Expected Behavior
Blocks should always render crisply.
Actual Behavior
In some situations, the blocks become blurry. I had seen some reports of this on the forums, and stumbled on an example while viewing a kid's project in Chrome on my non-retina display. I noticed that the blurriness happened on a "when left arrow key pressed" stack that was highlighted because it was running.
Steps to Reproduce
Notes
System Details
Chrome 95, Mac OS 10.15.7
The text was updated successfully, but these errors were encountered: