mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add initial stacking context paint order support to layout_2020
This adds very rudimentary support for paint order in stacking context. In particular z-index is now handled properly, apart from issues with hoisted fragments.
This commit is contained in:
parent
318cc16799
commit
4a2787b974
21 changed files with 235 additions and 58 deletions
|
@ -21,7 +21,7 @@ use webrender_api::{self as wr, units};
|
|||
|
||||
mod background;
|
||||
mod gradient;
|
||||
mod stacking_context;
|
||||
pub mod stacking_context;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct WebRenderImageInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue