[Webkit-unassigned] [Bug 71765] New: Text dispappear when SVG font has no latin character

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 22:19:11 PST 2011


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

           Summary: Text dispappear when SVG font has no latin character
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bashi at chromium.org
                CC: zimmermann at kde.org


Created an attachment (id=113990)
 --> (https://bugs.webkit.org/attachment.cgi?id=113990&action=review)
test case

If a SVG font has no latin character, text which uses the font disappear. Text in the attached html should be displayed as "!いうえお".

SVGFontData::initializeFontData() doesn't initialize font metrics when the associated GlyphPage doesn't have glyphPageZero, which is supposed to store latin character mappings. This causes the problem.

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