Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Patterns, if necessary, when rendering text #6820

Merged
merged 1 commit into from
Jan 8, 2016
Merged

Apply Patterns, if necessary, when rendering text #6820

merged 1 commit into from
Jan 8, 2016

Commits on Dec 29, 2015

  1. Apply Patterns, if necessary, when rendering text

    Currently we're not applying Patterns for text, but only for graphics.
    
    This patch is unfortunately not a complete solution, but rather a step on the way, since there are still some PDF files where the Patterns look more like a solid colour, rather than the intended gradient.
    I've been unable to fix these issues completely, and I've not managed to determine if the remaining issues are caused either by the pattern code, the canvas code, or perhaps both.
    
    However, given that even this simple patch improves the current situation quite a bit, I figured that it couldn't hurt to submit it as-is.
    
     - Fixes 5804.
     - Fixes 6130.
     - Improves 3988 a lot, since the text is now visible. However, it looks like the text is *one* solid colour, instead of the correct gradient.
     - Improves 5432, since the text is no longer gray. (This file also suffers from the same problem as the previous one.)
    Snuffleupagus committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    1d1f175 View commit details
    Browse the repository at this point in the history