servo/components/layout_2020/display_list
Martin Robinson 72cb34dc3d
Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)
Layout asserts that it never creates stacking contexts that have a zero
scale, yet it doesn't prevent the creation of those stacking contexts.
This change stops their creation at an earlier stage.

Fixes #30118.
2023-11-13 09:09:25 +00:00
..
background.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
conversions.rs Implement support for the drop-shadow filter (#30439) 2023-10-04 11:32:45 +00:00
gradient.rs Further changes required by Servo 2023-08-16 17:46:41 +02:00
mod.rs Further changes required by Servo 2023-11-06 09:35:57 +01:00
stacking_context.rs Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713) 2023-11-13 09:09:25 +00:00