forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
https://github.com/react-native-svg/react-native-svg#mask
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask
Possible implementation
- Add new map to SvgView -> m_masks
- Override Render to no-op.
- I think it's similar to ClipPath in using CreateLayer(opacity, clipGeometry), but then also applying AlphaMaskEffect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request