-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add the ability to set the image size as a percentage #555
Comments
Yup already planned :) |
Have you thought about allowing percentage floats? I've been playing with the new units and I found myself missing the ability to use e.g. 43.21%. |
what option are you talking about? |
Currently, I can only set the position using integer percentages e.g. 1%, 5%, 8% and not floating point percentages e.g. 1.2% 0.3% 20.22%. |
You are right. Maybe we want to change the current implementation to just take floats instead of just integers. |
@kamack38 Actually that already works :) |
@kamack38 I ditched the idea with |
Description
Currently, only shape size can be set by a percentage and image sizes can't.
The text was updated successfully, but these errors were encountered: