[Webkit-unassigned] [Bug 26935] New: [Chromium] Linux: fix complex text rendering with line break characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 14:41:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26935
Summary: [Chromium] Linux: fix complex text rendering with line
break characters
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: agl at chromium.org
If the CSS white-space property is inhibiting line breaking, we might find end
of-line characters rendered via the complex text path. Fonts don't provide
glyphs for these code points so, if we find one, we simulate the space glyph
being interposed in this case. Because the input is variable-length per code
point, we walk the input in step with the output.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list