Hi, <br><br> Im having a problem with following task: Im drawing something on the gtk window, lets say a castle, inside drawing area widget. Then, i want to draw something else, on the top of the same surface, like tower, that then should be rotated by 90degs to achieve &quot;fallen&quot; tower. How to do that without rotating whole image.I had an idea, to draw this small piece of image into a pixmap or whatever, then rotate it, and put it back, but im not sure how to make it. I found something like cairo_push_group() and cairo_pop_group() but i guess its not a solution.<br>
Sorry if its stupid question, im complete noob, its my first cairo-program. Ive found many examples, but they were simply showing rotating freshly loaded image, and it would be good, but i couldnt find any example how to put this image into an existing drawing. Thanks in advance.<br>
<br><br>P.<br>