forked from software-mansion/react-native-svg
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
software-mansion/react-native-svg
#1933Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
https://github.com/react-native-svg/react-native-svg#clippath
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPath
Possible implementation
- Extends GroupView. Geometry().ComputeBounds() -> CreateLayer(opacity, clipGeometry)
- Looks like we need to add new BaseProps - "clipPath" and "clipRule" (like same enum as "fillRule")
- Not a renderable template, so SvgView needs a new map property - "m_clipPaths".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request