mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
We were previously using the same style and color for two collapsed borders sharing a coordinate. Now such a line of collapsed borders can be piecewise and have different colors and styles. This still doesn't add support for piecewise border widths. Also, since we are currently painting borders as part of the table and cell boxes, and a box side can't have a piecewise border, this patch only really works when: - There aren't spanning cells - The table has no assigned border (only the cells and tracks have it) Signed-off-by: Oriol Brufau <obrufau@igalia.com> |
||
---|---|---|
.. | ||
construct.rs | ||
layout.rs | ||
mod.rs |