mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add layout_2020 support for filters and mix-blend-mode
This commit is contained in:
parent
163a4fc7fc
commit
d03560b0f1
54 changed files with 236 additions and 1943 deletions
|
@ -3,8 +3,9 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::context::LayoutContext;
|
||||
use crate::display_list::conversions::ToWebRender;
|
||||
use crate::fragments::{BoxFragment, Fragment};
|
||||
use crate::geom::{PhysicalPoint, PhysicalRect, ToWebRender};
|
||||
use crate::geom::{PhysicalPoint, PhysicalRect};
|
||||
use crate::replaced::IntrinsicSizes;
|
||||
use embedder_traits::Cursor;
|
||||
use euclid::{Point2D, SideOffsets2D, Size2D};
|
||||
|
@ -20,6 +21,7 @@ use style::values::specified::ui::CursorKind;
|
|||
use webrender_api::{self as wr, units};
|
||||
|
||||
mod background;
|
||||
mod conversions;
|
||||
mod gradient;
|
||||
pub mod stacking_context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue