RESOLVED INVALID 94881
Move epsilon from LineWidth::fitsOnLine to availableWidth
https://bugs.webkit.org/show_bug.cgi?id=94881
Summary Move epsilon from LineWidth::fitsOnLine to availableWidth
Emil A Eklund
Reported 2012-08-23 17:44:33 PDT
The float precision fix for bug 92778 didn't quite solve all the problems as it only affects the calculations using fitsOnLine. By moving the epsilon value to availableWidth we ensure that the remaining cases are fixed and that no unnecessary wrapping occurs.
Attachments
Note You need to log in before you can comment on or make changes to this bug.