mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
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.
This commit is contained in:
parent
c1409af543
commit
47e69d1a95
5 changed files with 58 additions and 25 deletions
|
@ -1,4 +1,2 @@
|
|||
[css-transforms-3d-on-anonymous-block-001.htm]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[transform-input-019.htm]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue