Revamp to my previous topic Topic
I’m trying to 9-slice an image that will round the corners more on mobile devices, so I’m trying to set it below 1.0 so It’ll decrease the corner size. Whenever I do this say 0.6 or 0.7 the corners decrease but I cant get the the same resolution as the object with the 1.0 SliceScale would have.
Say for example I have a slice scale of 0.6
, and I set the Slice center to 60, 60, 207, 135
. The corner radius increases but the reolution decreases.
The 1.0 SliceCenter is 100, 100, 395, 251
So I’d subtract 40 from each one, correct? I tried this with SliceCenter 0.5 and it works, but not for any other number.
0.6:
0.5:
Thanks,
Skylexion