-
Been playing around with Skia and I can't seem to find a way to create a subtraction mask. Affectively something that looks like this https://github.com/ibitcy/react-native-hole-view, implemented in a way where the mask is inverted or "cutting" through the |
Beta Was this translation helpful? Give feedback.
Answered by
seanbenk
Jul 19, 2023
Replies: 1 comment
-
Update: I completely over looked
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
seanbenk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: I completely over looked
mode="luminance"
within the<Mask />
component. Solved my issue with: