2 Jul
2008
2 Jul
'08
8:16 a.m.
Maximilian Albert wrote:
I'm pretty sure that the following call in line #1685 of display/sp-canvas.cpp is the one to blame:
cairo_surface_t *cst = cairo_get_target(buf.ct);
When I comment it out (as well as the other two lines referring to the variable cst), Inkscape starts up as usual and I can work normally, except that rendering is of course slightly broken.
Second update: I did these experiments on the revision where the mentioned call was introduced. When I comment out the line in the latest SVN version, rendering seems to be just fine (or if there are any artefacts they are at least not visible). So is this function call really needed? What does it do exactly?
Max