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

Make subpixel positioning match that of Gecko. #1715

Merged
merged 1 commit into from Sep 19, 2017
Merged

Commits on Sep 18, 2017

  1. Make subpixel positioning match that of Gecko.

    Simplify the quantization function, and add unit tests.
    
    Modify the shader to correctly add the glyph subpixel offset
    before truncating the value.
    
    With these changes, the glyph rendering is pixel-perfect with
    Gecko in all the test cases I checked.
    
    Fixes #1270.
    gw3583 committed Sep 18, 2017
You can’t perform that action at this time.