I am using ClipsDescendants and I am relying on it to not render an image outside a frame, however when it rotates, it still renders it. Any help?
So I have an image and the image is in a frame, when it is not rotated, the rest of the image that is outside the frame is not rendered. However when it rotates, it renders. Any way to avoid this?
Problem On my first analysis i didnt know what you were talking about but I have a guess. The Image is on the border of the screen meaning if the image is (.2,0,.5,0) then its at (1.2,0,.5,0).
Solution There is transparency or Hide properties in imagelabels. Another solution is increasing the x position because rotation causes a offset of position and size.