-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[0.60.0] Regression in border radius rendering #25591
Copy link
Copy link
Closed
Labels
BugImpact: RegressionDescribes a behavior that used to work on a prior release, but stopped working recently.Describes a behavior that used to work on a prior release, but stopped working recently.Platform: LinuxBuilding on Linux.Building on Linux.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Metadata
Metadata
Assignees
Labels
BugImpact: RegressionDescribes a behavior that used to work on a prior release, but stopped working recently.Describes a behavior that used to work on a prior release, but stopped working recently.Platform: LinuxBuilding on Linux.Building on Linux.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Edit: This is on Android, I haven't tested iOS.
Border radius rendering is broken in 0.60.0 when the border radius is less than or equal to the border width.
See screenshots:
React Native version:
Steps To Reproduce
xand a border radius <=xDescribe what you expected to happen:
Rendering to be the same as in 0.59.10, where rounded corners are rendered correctly.
Snack, code example, or link to a repository:
https://github.com/mjmasn/BorderRadius59 (working)
https://github.com/mjmasn/BorderRadius60 (regression)