Image cut after transformation

I have setup like this:


I’m translating image and then rotating it. To achieve rotation around point. But as result as you can see part of the circle is cut. How can I avoid this with this setup?
Or maybe I can make rotation like this in another way.
And instead of circle there can be other images as well

You can either do this in 3D-Space using a render-setup or simply change the TransformOrder to first translate, and then rotate the image.

TransformOrder is just what I need, thanks!