You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Clip to constrain the visible area of a control, the result does not match the expected behavior.
It seems the outer pixels expected to be cut come in.
It's hard for me to describe,but I think you can understand if you see the picture.
Yea, this issue shows up all over the place in subtle ways. Usually with anti-aliasing and corner radius, etc. It's an issue with Skia itself as far as I know and there isn't a generalized solution for all cases yet.
You will probably have to find something that works for your case (usually making the clip 1 pixel larger or something).
Describe the bug
When using
Clip
to constrain the visible area of a control, the result does not match the expected behavior.It seems the outer pixels expected to be cut come in.
It's hard for me to describe,but I think you can understand if you see the picture.
To Reproduce
Here is a simple way to Reproduce it.
And what it looks like:
Expected behavior
No response
Avalonia version
11.1.3
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: