Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#568 allow changing canvas size #626

Merged
merged 6 commits into from
Dec 25, 2024

Conversation

oleojake
Copy link
Collaborator

@brauliodiez This is the first approximation, but there are many things that can be fine-tuned.

Should the user be informed that some figures may disappear before changin the canvas si<e?
Should the figures be scaled with the canva to not disappear?
Should we kept a square aspect ratio ?

Closes #568

@oleojake oleojake requested a review from brauliodiez December 22, 2024 15:26
<p className={classes.title}>Canvas Dimensions</p>
<div className={classes.canvasSizeSettings}>
<p> Width (px):</p>
<input
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should set this inputs as type numeric, if not if the user enters a letter it will crash (NaN)

@brauliodiez brauliodiez merged commit 425e8f1 into dev Dec 25, 2024
2 checks passed
@brauliodiez brauliodiez deleted the featue/#568-allow-changing-canvas-size branch December 25, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow changing the canvas size
2 participants