software-mansion / react-native-svg

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

fix: client rect on use element #2513

Closed jakex7 closed 1 month ago

jakex7 commented 1 month ago

Summary

Use elements had incorrect clientRect based on templates' rect, which was incorrect. With this change, it ensures client rect is based on path transformed by CTM.

Test Plan

Example app -> Filters -> FeComposite

Compatibility

OS Implemented
Android