9-slice size+translation issues

These are identical 9-slice except for their position:

This bug appears when the min size is smaller than the image’s size. the smaller the image, the more the slices try to move towards the origin.

I’ll be taking a look at this soon

here is some more info:

the bug does not happen where the source is smaller than the GUI element.

Fixed this issue today. (Not out yet though, of course)

The issue was translation related. When scaling the GUI, the position was also being affected by the scale which obviously shouldn’t happen (essentially a misplaced bracket).

The repro file was extremely helpful!

Fixed and live.