How to remove the UISTROKE invisible bottom?

Hello, I’m trying to use UISTROKE however I noticed there is an invisible space between the UISTROKE and the frame. Here is what it looks like:

image
see how there is a bit of space:
image
image

Is there a solution?

1 Like

Mess around with Thickness i’ve never seen this bug before is this a frame or ImageLabel?

Edit: If there is no way to fix this my advice is make an image/decal with outline.

Please show where the UIStroke is located in explorer.

There is no solution, this is a bug. However, you can and should always make a frame that contains the button anyways, so I don’t think this is an issue if you implement that.

It’s a bug, sadly no solution for it

It’s because the frame you parented the UIStroke to has a half pixel extension on the bottom. I’m suspecting the UI stroke clamps on pixels.

You can avoid this behaviour by using offset instead of scale and reducing the use of UIScales if you use them.

1 Like

Change the mode from contextual to border.