-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
eraser and recover brush for fabricjs( canvas) #5187
Comments
Hi @komagic, i do not understand your question. Can you rephrase it, please? |
There is no such a tool. |
how to copy the content of the canvas to another canvas correctly? use todataURL pls. (do not use toJson) |
you can use drawImage to draw your current lowerCanvasEl somewhere else. |
i can t really follow step by step your project. You should make a good open stack overflow snippet and ask help on stackoverflow. Here we can t provide this kind of help |
我最近也在想用fabric.js您当时实现的内容,demo可以放到git上给我参考学习一下吗,哈哈 |
@ @komagic |
@asturur can shadow be used here? |
Tried it out, looks interesting: hit the |
how to created recovery brush @komagic |
see PR #7271 |
It will draw color and I would expect it won't and only recover erased paths. |
Indeed, as I stated in the PR |
solved |
The eraser has moved https://github.com/ShaMan123/erase2d |
haha,i am try to create a simple editor by fabricjs, i created an eraser and a recovery brush, as show below:
however, i do not know how to create a path with feather edges by fabricjs,can you show me some samples?
The text was updated successfully, but these errors were encountered: