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

[Feature request]: Implement Real time Erasers #461

Closed
1 task done
mounicakasturi opened this issue Jul 27, 2023 · 8 comments
Closed
1 task done

[Feature request]: Implement Real time Erasers #461

mounicakasturi opened this issue Jul 27, 2023 · 8 comments
Assignees
Labels
enhancement Small enhancements to existing features

Comments

@mounicakasturi
Copy link

Is your feature request related to a problem? Please describe

I am using the eraser tool for my free hand drawings. Once I select the eraser tool, the changes are not made real time. I have to first finish using all the eraser strokes that I want, then wait for the changes to be reflected and then again use the eraser to get the desired result.

Describe your feature request!

Real time eraser be implemented please. So that its easy to use and changes and corrections can be implemented without having to wait. Its a otherwise very hard to use for sketching.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mounicakasturi mounicakasturi added the enhancement Small enhancements to existing features label Jul 27, 2023
@CodeDoctorDE CodeDoctorDE added this to the 2.0 milestone Jul 27, 2023
@CodeDoctorDE
Copy link
Member

On the todo list, also related to #438

@CodeDoctorDE
Copy link
Member

For this to work we need to disable renderers for a specific part of the view. Related to #438
I will implement this after the 2.0 update

@CodeDoctorDE CodeDoctorDE removed this from the 2.0 milestone Sep 16, 2023
@CodeDoctorDE CodeDoctorDE added this to the 2.0 milestone Sep 26, 2023
@CodeDoctorDE
Copy link
Member

I have an idea how to implement this. I add it to my todo list

@CodeDoctorDE
Copy link
Member

The eraser updates on every move it didn't work with my current solution. I will remove this issue from my current todo list

@CodeDoctorDE CodeDoctorDE removed this from the 2.0 milestone Oct 2, 2023
@MrGumpIT
Copy link
Contributor

MrGumpIT commented Feb 1, 2024

I too have experienced strange behavior from the eraser on both Windows and Android, it often leaves points, even difficult to erase.

Recording.2024-02-01.183932.mp4

i try to modify code

Recording.2024-02-01.204306.mp4

I tried to determine a different way to erase the points, for getting an more precise eraser

@CodeDoctorDE
Copy link
Member

This looks really good. It's nice that you can find your way around the code.
Feel free to make a pull request.

@MrGumpIT
Copy link
Contributor

MrGumpIT commented Feb 1, 2024

This project is teaching me a lot and I really like it. Thank you.I’m still doing some tests and then I’ll make a PR

@CodeDoctorDE
Copy link
Member

Fixed in 2.0.3-rc.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small enhancements to existing features
Projects
Archived in project
Development

No branches or pull requests

3 participants