
13 Aug
2013
13 Aug
'13
8:59 a.m.
Hi Claude,
Cairo is thread safe* so you could render the whole thing (if it isn't super huge dimensions) to an image surface in the background thread, then displaying could be a matter of copying the correct part (for scrolling) of the surface to the DrawingArea.
Yes, I think I will try this solution when I come back to the problem (currently there are tons of other work to do). Thanks! lg, Michael