We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Yup already planned :)
Sorry, something went wrong.
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.
No branches or pull requests
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: