GUIText twisted when setting it's pixelInset

“GUITexture” twisted when setting it’s pixelInset. ( Why can’t I change the title?)

Hi all,

We use guiTexture to implement a power bar. Setting the length of the power bar via guiTexture.pixelInset.
However, the image seems to twist when guiTexture.pixelInset was a smaller Rect. Please take a look at the attachment. The color&pixel has been twisted at Image1 and Image2.

We’ve tried to change the guiTexture.texture.wrapMode, but it didn’t work.

Any ideas?

463812--16266--$Image Scale.png

Oh, nobody replies till now…
I finally got the answer, Just:

Turning off mipmaps, setting the texture to point clamp, removing compression

Hope the new comers would take reference.