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
Filling the exact shape you made is very annyoing if you have a small stroke width.
Add a bucket tool that fills everything in this area
We need to test if in this range is a pen element. After that we need to copy the path of it into the new fill element.
We don't need a new fill element, just use the PenElement with fill = true.
The text was updated successfully, but these errors were encountered:
CodeDoctorDE
No branches or pull requests
Is your feature request related to a problem? Please describe
Filling the exact shape you made is very annyoing if you have a small stroke width.
Describe your feature request!
Add a bucket tool that fills everything in this area
Additional context
We need to test if in this range is a pen element. After that we need to copy the path of it into the new fill element.
We don't need a new fill element, just use the PenElement with fill = true.
Code of Conduct
The text was updated successfully, but these errors were encountered: