Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 | ✅ |
- Loading branch information