mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Expand DisplayList layer bounds to whole pixels
Before passing these layers to the paint task, expand them to pixel boundaries. This ensures that subpixel edges of the layer will not be clipped away and helps prevent rounding issues with layer contents. Fixes #8166.
This commit is contained in:
parent
9501564e01
commit
a7a58e47a0
8 changed files with 106 additions and 30 deletions
|
@ -1919,6 +1919,18 @@
|
|||
"url": "/_mozilla/css/last_of_type_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/layerization_layer_size.html": [
|
||||
{
|
||||
"path": "css/layerization_layer_size.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/layerization_layer_size_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/layerization_layer_size.html"
|
||||
}
|
||||
],
|
||||
"css/layerization_z_order_a.html": [
|
||||
{
|
||||
"path": "css/layerization_z_order_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue