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

Accumulate subpixels through stacking contexts #12543

Merged
merged 1 commit into from Jul 27, 2016

Commits on Jul 27, 2016

  1. Accumulate subpixels through stacking contexts

    Instead of simply rounding layer origins and discarding subpixel
    offsets, accumulate them by transforming them into the space of the
    next child stacking context. This is an attempt to eliminate subpixel
    differences that are caused by different stacking context boundaries in
    reference tests.
    
    Currently these accumulated subpixels are only used for text
    positioning, but the plan is that they can be used for all drawing in
    the future.
    mrobinson committed Jul 27, 2016
You can’t perform that action at this time.