[Webkit-unassigned] [Bug 92974] Fix LayoutTests/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 13:35:44 PDT 2012


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





--- Comment #1 from Pravin D <pravind.2k4 at gmail.com>  2012-08-06 13:35:43 PST ---
The issue is that when calculating the text run width in CanvasRenderingContext2D::drawTextInternal() the character \x0b(vertical tab) is not replaced by space(U+0020) character(according to SPEC). \x0b being the zero width space character for the given font text run width is calculated incorrectly.

SPEC: http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas

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