[cairo] SVG & PS/EPS surfaces

Tomas By tomas at basun.net
Sun Aug 2 10:42:45 PDT 2015


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



More information about the cairo mailing list