Files
react-native-svg/android
Jakub Grzywacz 36ca5c4584 fix: client rect on use element (#2513)
# 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 |          |
2024-10-28 13:45:52 +01:00
..