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

Fix for Eraser issue, with too big eraser radius #324

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

tafode
Copy link
Contributor

@tafode tafode commented Jan 12, 2025

This should fix the issue mentioned here: #321

The existing solution was only checking, if the stroke intersects with the circle of the eraser. I have added a logic that checks if a point is inside the circle.

@tafode
Copy link
Contributor Author

tafode commented Jan 12, 2025

Could also be a fix for #261.

This was linked to issues Jan 13, 2025
@mbrlabs mbrlabs merged commit 568f55d into mbrlabs:main Jan 13, 2025
3 checks passed
@mbrlabs
Copy link
Owner

mbrlabs commented Jan 13, 2025

Good work, thank you!

@tafode tafode deleted the feature/eraser branch January 20, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eraser issue to erase dots Uneraseable strokes
2 participants