UIStroke on ImageLabel is rendering with strange artifacts

Hi, I have applied a UIStroke thickness of 1 to an ImageLabel with a UICorner and its render somewhat wrong. I’ve never had this happen before.

As you can see below, the bottom and right side are thinner than expected, leading the bottom right corner stroke to look bigger and out of place.

1 Like

There are two cases where this may happen:

  • You have a screen zoom percentage that isn’t a multiple of 100%
  • The absolute size of the frame is not a whole number

Have you checked if any of these were the case?

May be related:

duplicate of UIStroke does not create uniform borders on elements with a UICorner