Why do rotated Gui elements not get clipped?

Really bothers me that this bug has been around for such a long time :frowning:

Technical performance reasons. Its not happening. Sadly.
This is pretty much intended. Not a bug.

Here is the reason:

Instead of rotating 180 degrees, you could use
http://wiki.roblox.com/index.php?title=API:Class/ImageLabel/ImageRectOffset
http://wiki.roblox.com/index.php?title=API:Class/ImageLabel/ImageRectSize

Just set ImageRectOffset to (width, 0) and ImageRectSize to (-width, height), and your image is flipped horizontally!

Mhm, for anything else than 180 degree rotation, it pretty much sucks that clipping doesn’t work :confused:

4 Likes

Omg thank you x3