-
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
[Bug] Strange Border with StrokeThickness and Clipped Content #7521
Comments
@Phenek thanks for your report, could you provide a sample project/screenshots or more details that we can reproduce your issue? That should greatly speed up the process, thanks! |
Hi @Phenek. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
can be reproduced on android with above code. |
Tried with the latest version and the result on Android is the following: Is the expected one right?. On iOS the current version is not clipping the content, have been fixed by #7335 and will be available in the upcoming version. |
Hi @Phenek. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
@jsuarezruiz Glad to see that coming! I see you choose an inside border that overlap the content. But we still have a little issue, I just removed the green background and found this on Android, I am unable to test iOS, because Maui App crash at startup, I will try next time.
|
@jsuarezruiz So here a little update on the issue, |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Description
Hello,
Borders StrokeThickness does not have the same width between iOS and Android.
Android seems to not have a perfect interior line rounded
iOS seems ok, but it put an extract padding on the left image
PS: Right Image has a negative padding to see the clip issue, but it's a known issue #7576 #6986

--------------------------Android------------------------------------------------------------ iOS-------------------------
Steps to Reproduce
--------------------------iOS------------------------------------------- Android-------------------------

Expected Behavior
Version with bug
6.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
MAUI 6.0.312
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: