[Webkit-unassigned] [Bug 135470] Subpixel rendering: InlineTextBox mistakenly rounds offset value before painting.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 3 11:39:01 PDT 2014


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





--- Comment #1 from Zalan Bujtas <zalan at apple.com>  2014-08-03 11:39:12 PST ---
paint offset: 0.1px
location: 0.2px;
-> 0.3px -> snapped to 0.5px; (2x displays)
vs.
paint offset: 0.1px -> snapped to 0px;
location: 0.2px;
-> 0.2px -> snapped to 0px;

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