kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

Jagged screen display in smartphone browsers (2.2.7) #578

Open shiromofufactory opened 2 weeks ago

shiromofufactory commented 2 weeks ago

In recent versions, HTML apps created with Pyxel now fill the entire screen when viewed on a smartphone. This is great! On the other hand, the accuracy of dot rendering has become coarse. To elaborate, there seems to be a difference in the magnification per pixel. I am posting two screenshots for comparison: the first is the latest version and the second is the previous version (every pixel is displayed at equal size).

ver. 2.2.7 localhost_8000_(iPhone SE)

ver. 2.2.1 localhost_8000_(iPhone SE) (1)