Replies: 2 comments 9 replies
-
Really cool demo, what is your semantic for erasing? Maybe you need to change that semantic so you're able to draw on top of it again. |
Beta Was this translation helpful? Give feedback.
9 replies
-
maybe you should try BlendMode for each path type, set BlendMode.Clear for the eraser path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm developing a drawing app with React Native Skia, I need to erase previously drawn path with an eraser.
I added a new way to do this and made its color transparent, but when I did that, I couldn't draw a new path anymore and the paths I added were not visible.
Ekran.Kaydi.2023-02-15.13.13.47.mov
And here is my code:
Beta Was this translation helpful? Give feedback.
All reactions