[Webkit-unassigned] [Bug 35486] New: canvas fillText with @font-face crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 27 14:04:09 PST 2010


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

           Summary: canvas fillText with @font-face crashes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://philip.html5.org/tests/canvas/suite/tests/2d.te
                    xt.draw.fontface.repeat.html
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: excors at gmail.com


The linked test case crashes randomly when loading (most of the time, but not
always), in nightly WebKit on Windows and in Chromium on Linux.

It loads a font with @font-face, and doesn't use the font in the page itself,
but tries drawing with it in onload onto the canvas (which won't work because
it hasn't got around to downloading the font yet); and then it draws in the
canvas again, after a time delay, at which point it usually crashes.

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