Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the canvas can expand infinitely in vertical and horizontal direction. I suggest adding an option to restrict it to horizontal/vertical mode only. This could also reduce the amount of memory the app uses if the user restricts it to only one direction because you don't have to render that much anymore.
The user could change the mode of the canvas direction while already having a something drawn, but this is prone to problems like wrong page layouting (the page on the left/right might be somewhat connected to the page of opposite direction) so this would probably require some checks. I envisioned this to something like this:
Beta Was this translation helpful? Give feedback.
All reactions