Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: border width top/bottom not matching the border radius (#34362)
Summary: Fixes #33950 After analysing the values used for drawing the border specifically the top and bottom values of `mInnerClipTempRectForBorderRadius` weren't matching the needs when it comes to the case of borderTopWidth and borderBottomWidth, when the borderRadius is applied. Asking for reviews cortinico ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Fixed] - Border width top/bottom not matching the border radius Pull Request resolved: #34362 Test Plan: Tested in a local project, following are the outputs(Details are in the issue attached): Before: <img src="https://user-images.githubusercontent.com/47336142/183289227-96b20f86-1507-46f5-a79d-f61457624e8b.png" height="550"> After: <img src="https://user-images.githubusercontent.com/47336142/183289177-6148df29-f0de-4b99-bdf0-c28a9c7d3ac7.png" height="550"> Reviewed By: hramos Differential Revision: D38805873 Pulled By: lunaleaps fbshipit-source-id: 69f8ff9a9caeeaf88d1c76b639271f642c2e7ea2
- Loading branch information