You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using currentColor as a color on an element inside a Defs section the Svg component will crash.
It will not crash on iOS, although we suspect that at this moment the currentColor will incorrectly fall back to black, but that needs a bit more investigation. This issue is primarily about the crash.
Steps to reproduce
Create a Svg component
Add a Defs element into it, and use currentColor inside
Description
When using
currentColor
as a color on an element inside aDefs
section the Svg component will crash.It will not crash on iOS, although we suspect that at this moment the
currentColor
will incorrectly fall back to black, but that needs a bit more investigation. This issue is primarily about the crash.Steps to reproduce
Snack or a link to a repository
https://github.com/rickpastoor/SvgAndroidCrash
SVG version
15.11.1
React Native version
0.76.6
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
Fabric (New Architecture)
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: