phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
http://scenerystack.org/
MIT License
9 stars 6 forks source link

Screen Icons sometimes get blurred when there's text on them #927

Open AgustinVallejo opened 1 year ago

AgustinVallejo commented 1 year ago

Recently we noticed that a couple of screen icons for Keplers Laws look blurred on certain screens: image Specifically Third Law and Lab. I removed the text (timer readout that says 0:00) and it didn't happen anymore. If I zoom in it's also not showing.

@pixelzoom suggested adding a Text option renderer: 'canvas' and it seemed to disable the blurryness but the text would not be readable anymore, so it's more like a hint towards the problem instead of a solution.