concrete-utopia / utopia

Design ❤️ Code
https://utopia.app
MIT License
3.75k stars 166 forks source link

Canvas: see if we can change the zoom step from 2x to 1.5x #5906

Open maltenuhn opened 4 months ago

maltenuhn commented 4 months ago

Problem With page building, the default 50% zoom is often too zoomed out, but 1x is too much. When we built it, we had concerns that 75% zoom might create canvas selection problems or selection rendering problems - but we never tested this.

Solution Change the multiplier to 1.5. Test if fine-grained selection works (click v close next to an element and check it doesn't get selected), and the outlines are drawn correctly with no weird artefacts.

Send a test link on Discord and please ping you can use the graphics QA department @lankaukk secretly runs.

bkrmendy commented 4 months ago

Last attempt: https://github.com/concrete-utopia/utopia/pull/5932

problems:

Image

Image

Image

maltenuhn commented 4 months ago

I'm gonna move this back to the backlog (since there were non-trivial issues)