[Webkit-unassigned] [Bug 238334] New: Do not use std::numeric_limits<float>::min() as the initial value to collect max values for glyph overflow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 24 10:23:56 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238334
Bug ID: 238334
Summary: Do not use std::numeric_limits<float>::min() as the
initial value to collect max values for glyph overflow
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
It has the side effect of a "never empty glyph vertical overflow" ( ceilf(std::max(0, std::min)) -> 1px )
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220324/b362753d/attachment.htm>
More information about the webkit-unassigned
mailing list