Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Laggy erase on firefox #245

Open
micahg opened this issue Jul 16, 2024 · 0 comments
Open

Laggy erase on firefox #245

micahg opened this issue Jul 16, 2024 · 0 comments

Comments

@micahg
Copy link
Owner

micahg commented Jul 16, 2024

Seems to be caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1788206.

You can't "erase" from a canvas - you have to (inverse) clip, and repaint the same image with clipping. That requires copying the image, which elicits that bug.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant