mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
b115277d00
Summary: public The iOS border rendering code did not follow the CSS spec in cases where the sum of adjacent border radii was greater than the width of the view, resulting in drawing glitches such as pixel smear and borders appearing stretched or squashed. This diff brings our implementation closer to spec-compliance in these cases. I also fixed a longstanding issue with ghostly diagonal lines appearing at the corners due to antialiasing rounding errors! Fixes https://github.com/facebook/react-native/issues/1572 https://github.com/facebook/react-native/issues/2089 https://github.com/facebook/react-native/issues/4604 Reviewed By: tadeuzagallo Differential Revision: D2811249 fb-gh-sync-id: c3dd2721e0a01a432fa4dc78daa05680595edd08