Replies: 1 comment 1 reply
-
this is more complicated. everything including created shapes and paths should recalculate. currently you can resize the board through |
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
-
As it is, once created, I am not sure if we can update the dimensions of the board.
We may need
editor.board.rescale()
to be allowed to take arguments.This may affect the background, so, the background (
image
&overlay
) should also be resized to the new dimensions. Although, the background should be stretched to fit into the new background.Beta Was this translation helpful? Give feedback.
All reactions