Comment 38 for bug 168610

Revision history for this message
In , Carlos Garcia Campos (carlosgc) wrote :

Created an attachment (id=26402)
Implement axialShadedFill() in cairo backend using cairo linear gradient patterns

 poppler/CairoOutputDev.cc | 297 +++++++++++++++++++++++++++++++++++++++++++++
 poppler/CairoOutputDev.h | 6 +
 2 files changed, 303 insertions(+), 0 deletions(-)

This patch implements linear gradients in cairo backend. I'm not a cairo guru so I'm not sure it's completely right, it fixes the problem with the first attachment.