[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 12:00:30 PDT 2011


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





--- Comment #11 from Andy Estes <aestes at apple.com>  2011-04-14 12:00:30 PST ---
(In reply to comment #10)
> (From update of attachment 89552 [details])
> 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?

Ah, it isn't! Good call. I can take that out before landing.

-- 
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