Comment 90 for bug 179988

Revision history for this message
Ulferikson (ulferikson) wrote :

> Reagrding blur I need to say "Not implemented in the
> cairo-pdf exporter" it is implemented in the cairo-PS
> exporter.

Is there a reason why the two are not the same?

The "pdf via cairo"-exporter uses sp_item_invoke_print() while the "postscript via cairo"-exporter uses the new CairoRenderer class (the same class as is used for printing).

In extension/init.cpp one can active a "Cairo PDF experimental"-exporter that also uses CairoRenderer.