You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this would be possible, because it's obviously outside of the canvas, and we can't draw shapes outside of it.
I did achieve something similar by making the actual canvas big, and drawing a locked rectangle in it. When exporting the canvas, I only export the content within the locked rectangle.
So I kind of forgot about this feature, and then today, while playing with some design tools, I thought I might need this at some point. So this is how I did it:
First, I created 4 locked rectangles around the main drawing area, and made them extend to the edges of the canvas:
Then, I set the fill color of these rectangles to my desired background color of the canvas:
Finally, I moved the rectangles to the front of the canvas stack (made them the last layer).
screen-recorder-video-oct-04-2024-15-34-32.webm
The tricky part is whenever you add an object to the canvas, you have to move the rectangles to the front of the stack.
I know this is not exactly what you want, but it might be useful for someone else.
CheckList
Description
Current State
What I want is for the selection box beyond the canvas to be displayed normally
Additional Context
No response
The text was updated successfully, but these errors were encountered: