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

Pressure (thickness) of lines and rectangles too thin and not configurable #212

Closed
goatchurchprime opened this issue Nov 10, 2022 · 2 comments · Fixed by #263
Closed

Pressure (thickness) of lines and rectangles too thin and not configurable #212

goatchurchprime opened this issue Nov 10, 2022 · 2 comments · Fixed by #263
Labels
enhancement New feature or request

Comments

@goatchurchprime
Copy link

There's a const PRESSURE := 0.5 hardcoded in the RectangleTool and CircleTool, and this value itself is hardcoded as an immediate value (as 0.5) in the LineTool

This gives a default thickness for lines that is far too low in my opinion when you're mixing lines and painted drawings just to do straighter lines.

@goatchurchprime goatchurchprime added the enhancement New feature or request label Nov 10, 2022
@tafode
Copy link
Contributor

tafode commented Mar 2, 2024

@goatchurchprime Since this feature has been missed by several users (see bug #252 and #216), I have created a small prototype and wanted to ask if this would be usable for you?
https://youtu.be/qWqjiMVRzwo

@mbrlabs Would this way of configuration also be ok for you? If so, I would clean up my code a bit and create a PR.

@mbrlabs
Copy link
Owner

mbrlabs commented Mar 17, 2024

Hello, sorry for the delay. Yeah, this looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants