servo/components/layout_2020/display_list
Martin Robinson bd632fc814
layout: Add support for object-fit and object-position (#33479)
This also makes a couple small improvements:
 - Rename `IntrinsicSizes` to `NaturalSizes` which reflects more
   modern spec language.
 - Move the conversion of Stylo's `ImageRendering` to WebRender's
   version to a `ToWebRender` trait implementation.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-09-18 06:20:28 +00:00
..
background.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
clip_path.rs uses app units in display_list (#33420) 2024-09-13 10:49:59 +00:00
conversions.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
gradient.rs uses app units in display_list (#33420) 2024-09-13 10:49:59 +00:00
mod.rs layout: Add support for object-fit and object-position (#33479) 2024-09-18 06:20:28 +00:00
stacking_context.rs Replace .map_or(false with Option::is_some_and (#33468) 2024-09-16 10:03:52 +00:00