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

Allow subpixel with specified background color in offscreen targets. #2701

Merged
merged 1 commit into from May 1, 2018

Commits on Apr 30, 2018

  1. Allow subpixel with specified background color in offscreen targets.

    When a subpixel text run has a specified background color, we can
    safely draw it into an off-screen surface.
    
    Fix a bug in the renderer where the shader color mode was being
    set before the shader was bound.
    
    Add support in wrench for specifying the background color of
    a text run.
    
    Add a reftest that checks offscreen surface + bg color subpixel
    text is the same as subpixel text on a normal background.
    
    Fixes #2670.
    gw3583 committed Apr 30, 2018
You can’t perform that action at this time.