RESOLVED FIXED 238334
Do not use std::numeric_limits<float>::min() as the initial value to collect max values for glyph overflow
https://bugs.webkit.org/show_bug.cgi?id=238334
Summary Do not use std::numeric_limits<float>::min() as the initial value to collect ...
zalan
Reported 2022-03-24 10:23:56 PDT
It has the side effect of a "never empty glyph vertical overflow" ( ceilf(std::max(0, std::min)) -> 1px )
Attachments
Patch (2.75 KB, patch)
2022-03-24 10:34 PDT, zalan
no flags
Patch (73.99 KB, patch)
2022-03-25 06:12 PDT, zalan
no flags
Patch (75.17 KB, patch)
2022-04-07 15:03 PDT, zalan
no flags
Patch (78.76 KB, patch)
2022-04-08 05:42 PDT, zalan
no flags
zalan
Comment 1 2022-03-24 10:34:38 PDT
Simon Fraser (smfr)
Comment 2 2022-03-24 11:33:18 PDT
Comment on attachment 455650 [details] Patch Is there a behavior change here? No tests change?
zalan
Comment 3 2022-03-24 12:17:14 PDT
(In reply to Simon Fraser (smfr) from comment #2) > Comment on attachment 455650 [details] > Patch > > Is there a behavior change here? No tests change? Yes, I am using EWS to collect the new baseline.
zalan
Comment 4 2022-03-25 06:12:00 PDT
Radar WebKit Bug Importer
Comment 5 2022-03-31 10:24:15 PDT
zalan
Comment 6 2022-04-07 15:03:36 PDT
zalan
Comment 7 2022-04-08 05:42:46 PDT
EWS
Comment 8 2022-04-08 08:01:56 PDT
Committed r292606 (249438@main): <https://commits.webkit.org/249438@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 457057 [details].
Note You need to log in before you can comment on or make changes to this bug.