[Webkit-unassigned] [Bug 42140] New: [Win XP] [@font-face] Incorrect rendering of downloadable fonts (opentype) with text-rendering: optimizeLegibility;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 22:07:32 PDT 2010


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

           Summary: [Win XP] [@font-face] Incorrect rendering of
                    downloadable fonts (opentype) with text-rendering:
                    optimizeLegibility;
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://dev.l-c-n.com/webkit/otf_failure.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


Created an attachment (id=61325)
 --> (https://bugs.webkit.org/attachment.cgi?id=61325)
screenshot of testcase

When text-rendering: optimizeLegibility; is specified, Safari 5 cannot render opentype downloadable fonts correctly. Truetype fonts work correctly.

@font-face {
    font-family: 'Graublau Web';
    src:  url(./GraublauWeb.otf) format("opentype");
}

html {text-rendering: optimizeLegibility;}

test case in URL field

- this works correctly on Windows Vista and Windows 7.
- Google Chrome apppears not to be affected (not unexpected, different code path for those fonts).

In the attached screenshot: Safari 5 vs Minefield (gecko) recent nightly (background window).

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