cclrobotics / ARTBot

Project to allow submissions of agar art and conversion of those submissions to bot-readable
MIT License
8 stars 5 forks source link

Optimization for dynamic resizing #71

Closed tsdobbs closed 3 years ago

tsdobbs commented 3 years ago

Drawing grid dynamically resizes with window size and, when it reaches a minimum size it switches to a pan-able box with an "expand" button. This is desired behavior - it enables the app to still function on small windows and mobile screens.

However, we have noticed that on laptop screens from the Microsoft Surface product line, the app switches to pan-able mode even when maximized. It is not clear if this is related to the high resolution of these screens, or their 3:2 aspect ratio.

tsdobbs commented 3 years ago

Cannot reproduce