Skip to content

fix(ios): Use anti-aliasing for accurate borders #10619

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

Merged
merged 2 commits into from
Oct 31, 2024

Conversation

CatchABus
Copy link
Contributor

PR Checklist

What is the current behavior?

There are cases when iOS views display extra borders. That is because border layers/masks have no anti-aliasing.

What is the new behavior?

iOS view borders will draw properly using anti-aliasing on corresponding layers.
This is a replacement for PR #10600. Previous attempt was a hackish solution and it eventually caused new problems (thanks @rigor789 for letting me know)

Fixes/Closes #10548.

@NathanWalker NathanWalker merged commit 4f46815 into NativeScript:main Oct 31, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

left/right labels border in FlexboxLayout show extra border in iOS
2 participants