Hi,<div><br></div><div>I&#39;ve created an example where a new cairo context is created for a surface. I then draw with that context, creating a small rectangle in the top left corner. What I do next causes the problems - I set the very same surface that I used for creating the context to be the source for drawing. I also translate by 20 pixels in both directions (right and downwards). This results in multiple rectangles to be drawn in a diagonal line from the top left to the bottom right corner.</div>
<div><br></div><div>The desired result, however, would be only one extra rectangle to be drawn in the space below and to the right of the original rectangle.</div><div><br></div><div>I can understand why this occurs, but I wonder if it is avoidable by setting e.g. a different operator? Or is this the wrong approach to what I am trying to achieve?</div>
<div><br></div><div>Regards,</div><div>Zan</div>