Skip to content

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

Merged
NathanWalker merged 2 commits into
NativeScript:mainfrom
CatchABus:ios-border-rasterize-fix
Oct 31, 2024
Merged

fix(ios): Use anti-aliasing for accurate borders#10619
NathanWalker merged 2 commits into
NativeScript:mainfrom
CatchABus:ios-border-rasterize-fix

Conversation

@CatchABus

Copy link
Copy Markdown
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
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