[Webkit-unassigned] [Bug 76162] New: Font selection fails when including external SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 02:58:54 PST 2012


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

           Summary: Font selection fails when including external SVG
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pom at graougraou.com
                CC: zimmermann at kde.org


Created an attachment (id=122199)
 --> (https://bugs.webkit.org/attachment.cgi?id=122199&action=review)
Left is included SVG, right is inline SVG. Font selection fails in included SVG

When including an external SVG file (e.g. with the SVG <image> tag or the HTML <img> tag), font selection fails for the <text> elements with a "font-family" attribute in the included file. Attached are two files: bug_image_font.html is an HTML that shows two SVG images, one included from the file image.svg and the other inline. Both are identical, but in the included case (left), the sans-serif text is rendered with the default, serif font (at least on my machine.) The inline example (or the included SVG file loaded directly) shows the right fonts.

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