Slice Sprite not rendering correct

I have a texture like this:
Screenshot 2024-02-29 at 13.56.32

and I made an altas and sprite, setup the border like this:

then assign the sprite to an image with the same size of texture, it comes out like this:
Screenshot 2024-02-29 at 13.57.06

any reason ? what have i done wrong ?

Engine Version : 1.68.1
Browser : Chrome ( Version 121.0.6167.184 (Official Build) (x86_64) )
OS : MacOS 13.5.1 (22G90)
MacBook Pro 16-inch, 2019

oh i found the reason why.

Screenshot 2024-02-29 at 15.07.41

It was the Pixels Per Unit, default was 100 and i set to 1 , issue fixed.