Stefan, On 2015-08-02 18:39, Stefan Salewski wrote: > Indeed using cairo_paint() may force rasterization I think. This may be where I got it from: http://cairographics.org/manual/cairo-Recording-Surfaces.html | cr = cairo_create (target); | cairo_set_source_surface (cr, recording_surface, 0.0, 0.0); | cairo_paint (cr); | cairo_destroy (cr); /Tomas