software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.52k stars 1.14k forks source link

feat: invalidate ClipPath after saveDefinition #2474

Open bohdanprog opened 1 month ago

bohdanprog commented 1 month ago

Summary

Closes #2473 #1719

Compatibility

ClipPath wasn't invalidated after defining clipPath. Now, everything worked.

OS Implemented
iOS
MacOS
Android
bohdanprog commented 1 month ago

How is it a correct solution? Why saveDefinition is called when Rect's height is updated?

Without invalidate in safeDefinition ClipPah it doesn't render anything inside ClipPath component.