How could I use Path as an eraser for painting app #1049
-
I'm currently create a painting app using Skia, but i'm stuck at how to create eraser, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
It's a good question. How is the current functionality working? is it working with a rasterized layer (so you would need to draw transparency as the eraser) or is it working with paths? (so you would need to inverse clip the eraser path). |
Beta Was this translation helpful? Give feedback.
-
@hungtooc Have you found a way to do it yet? Can you share it yourself. :) |
Beta Was this translation helpful? Give feedback.
-
@hungtooc , |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
It's a good question. How is the current functionality working? is it working with a rasterized layer (so you would need to draw transparency as the eraser) or is it working with paths? (so you would need to inverse clip the eraser path).