[Webkit-unassigned] [Bug 55734] REGRESSION (r72141): Acid3 rendering is not pixel perfect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 11:03:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=55734





--- Comment #10 from mitz at webkit.org  2011-04-14 11:03:06 PST ---
(From update of attachment 89552)
View in context: https://bugs.webkit.org/attachment.cgi?id=89552&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:6808
> +    if (fabsf(specifiedSize - 0.0f) < std::numeric_limits<float>::epsilon())

Looks good, but why is it necessary to subtract 0?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list