Skip to content

poppler: cairo: Don't override the antialias settings from the cairo_t

Christian Persch requested to merge chpe/poppler:mr/mr-89 into master

This partially reverts commit 853e9499, which made CairoOutputDev store the antialias setting, and applying it to its cairo context.

Instead, just copy the antialias (and font antialias) setting from the passed cairo context to newly created contexts. That way, the application can control the antialias settings.

Use this in pdftocairo to implement its -antialias option.

https://bugs.freedesktop.org/show_bug.cgi?id=94977 !89 (closed)

Merge request reports