[Webkit-unassigned] [Bug 18862] New: Using SVG font and local in @font-face defn causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 2 19:11:28 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18862

           Summary: Using SVG font and local in @font-face defn causes crash
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdaggett at mozilla.com


Webkit crashes when loading fonts using this @font-face definition:

@font-face {
    font-family: My DejaVu Sans Mono;
    src: url(MyDejaVuSansMono.svg#MyDejaVuSansMono) format("svg"),
local("DejaVu Sans Mono");
}


-- 
Configure bugmail: http://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