-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Border content clipping issue on iOS #12398
Comments
Could be related to #7521 |
The workaround Ive found is that instead of setting Padding for the Border, set the Margin for its Content instead. |
Duplicate of #10724 |
@rachelkang |
Yea they don't seem to be clipping the same way. |
Description
When using a Border with a RoundRectangle stroke shape, the content of the border is clipped even if there is enough margin.
The bug is only for the top-left corner (the 3 other corners are fine), which is weird.
This happens only on iOS. No issue on Android.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/tranb3r/Issues/tree/main/MauiAppBorderPaddingClip
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 16.1
Did you find any workaround?
no workaround
Relevant log output
No response
The text was updated successfully, but these errors were encountered: