servo/components/layout_2020/fragment_tree
Oriol Brufau e2be55b873
layout: Improve painting of collapsed borders in table layout (#34933)
This is still not the right approach, because we are not painting
collapsed borders as a single thing. Instead, we are splitting them
into two halves and paint each half on a different cell. This only
looks good for solid borders.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-11 00:38:31 +00:00
..
base_fragment.rs layout: Avoid layout sometimes when stretching (#33967) 2024-10-24 17:44:30 +00:00
box_fragment.rs layout: Improve painting of collapsed borders in table layout (#34933) 2025-01-11 00:38:31 +00:00
containing_block.rs clippy: Fix various clippy warnings throughout the code (#33003) 2024-08-13 05:16:47 +00:00
fragment.rs Improve how intrinsic sizes work for videos (#31746) 2024-10-29 22:42:22 +00:00
fragment_tree.rs Add BoxFragment::is_inline_box() (#34233) 2024-11-12 15:50:20 +00:00
hoisted_shared_fragment.rs layout: Right-to-left support for other layout modes (#33375) 2024-09-11 13:40:11 +00:00
mod.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
positioning_fragment.rs layout: Convert the FragmentTree to physical geometry (#33030) 2024-08-14 12:22:06 +00:00