LinwoodDev / Butterfly

🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
https://butterfly.linwood.dev
GNU Affero General Public License v3.0
891 stars 62 forks source link

[Feature request]: Bucket Tool #668

Open CodeDoctorDE opened 2 months ago

CodeDoctorDE commented 2 months ago

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