Comment 8 for bug 2026834

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

I grepped the cairo source, and the only usage of CAIRO_DEBUG_PDF is this:

    if (getenv ("CAIRO_DEBUG_PDF") != NULL)
        surface->compress_streams = FALSE;

Which is exactly what we want...