This repository was archived by the owner on Jun 18, 2025. It is now read-only.
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Open
Description
I can repro like this. Probably device dependent. MacOS Chrome. My screen as 2 DPI.
- Make sure your pixel size setting is set to 1.
- Put a rectangle on the screen, eg:
shape().out()
- Make sure it's visible and in the middle of the screen.
- Change the pixel size setting to 2.
Expected: Rectangle is still within the middle of the screen.
Actual: Rectangle is not visible.
Interestingly, this works fine:
shape().scrollX(0).out()
Will investigate this further!