Hello.<br><br>Is it possible to use cairo from multiple threads simultaneously? I want to draw an image with multiple threads simultaneously. Those threads divide the surface and only draw their own region. I wonder if I can do this with a single cairo context shared by multiple threads. If it is possible, does it mean that I can gain performance boosts if I use it in multi-core machines?<br>
<br>Thanks,<br>Kwang Yul Seo<br><br>