Files
ladybird/Userland/Libraries/LibWeb/Layout/LineBuilder.cpp
Andreas Kling 95715f0c8f LibWeb: Fix rounding errors in calculation of final line box width
Instead of re-measuring the distance between the left and right edges of
a line box, we now simply adjust the final width based on how much the
rightmost fragment moved during the alignment process.
2022-02-25 19:38:31 +01:00

6.8 KiB