-
Notifications
You must be signed in to change notification settings - Fork 24.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
borderBottomLeftRadius et. al. produce blurry corners on iOS #8577
Comments
Looks like a bug, I actually hit this problem too. I think it only happens on devices with a low screen density. |
For me this happens on a real device but doesn't happen on the simulator. |
I can't reproduce this (tried Simulator and a couple real devices). |
Seems to only happen on non retina devices, I can reproduce it using the original code sample on an iPod Touch. I can also reproduce the bug by setting the scale of the simulator to 50%. |
I tested this, and it only appears when the screen's resolution is too low. Is this significant? I think most device from now on will have high resolution, so this wouldn't be an issue. |
for me happen on real device: iphone 6 plus ps. react-native:0.34.0 |
Merge #10823 and #11897 into this one? Minimal reproduction on RNPlay: https://rnplay.org/apps/Cl4tGg Am seeing this as of react-native version 0.40. |
happen on react-native 0.42.3 & iphone6 plus |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
It seems that when specifying some, but not all of borderBottomLeftRadius, borderBottomRightRadius, borderTopLeftRadius and borderTopRightRadius, you can end up with some strange effects in the other corners.
See this rnplay or code snippet:
react-native 0.28.0
Seems to occur on iOS, but not on Android
Am I doing something wrong, or is this a bug?
The text was updated successfully, but these errors were encountered: