RESOLVED FIXED223220
[Multi-column] Ignore line grid offset when the grid line is shorter than 0.5px
https://bugs.webkit.org/show_bug.cgi?id=223220
Summary [Multi-column] Ignore line grid offset when the grid line is shorter than 0.5px
alan
Reported 2021-03-15 15:31:29 PDT
Attachments
Patch (5.46 KB, patch)
2021-03-15 16:05 PDT, alan
no flags
Patch (5.47 KB, patch)
2021-03-15 16:16 PDT, alan
no flags
alan
Comment 1 2021-03-15 16:05:44 PDT
Simon Fraser (smfr)
Comment 2 2021-03-15 16:11:40 PDT
Comment on attachment 423258 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423258&action=review > Source/WebCore/rendering/RenderLayoutState.cpp:205 > + if (!roundToInt(lineGridBox->lineBoxHeight())) Maybe store lineBoxHeight in a local variable since this code now calls it three times.
alan
Comment 3 2021-03-15 16:16:56 PDT
EWS
Comment 4 2021-03-15 17:52:11 PDT
Committed r274456: <https://commits.webkit.org/r274456> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423259 [details].
Note You need to log in before you can comment on or make changes to this bug.