Open metehus opened 3 years ago
P.S.: This problem is the same i had on #125
gg.Context
is not thread safe. You can probably use multiple contexts in different threads, but not the same context.
That's a good idea! I will look deep into it, thanks!
Hello!
I was wondering if there's support for multi thread rendering on this library. I've tried once using goroutines, but that never works because of problems on the rasterizer:
I don't know if I'm doing anything wrong or is it a problem with routines. Anything solution is appreciatted