[Webkit-unassigned] [Bug 26737] New: Two SVG text tests fail locally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 15:48:53 PDT 2009


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

           Summary: Two SVG text tests fail locally
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: mrowe at apple.com


Two SVG text tests fail locally

svg/W3C-SVG-1.1/text-fonts-01-t.svg
svg/text/text-fonts-01-t.svg

I assume that it's due to font fallback.

The diff:
-        RenderSVGText {text} at (20,240) size 286x27 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,-20) size 286x27
+        RenderSVGText {text} at (20,240) size 286x24 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,-19) size 286x24
             chunk 1 text run 1 at (20.00,240.00) startOffset 0 endOffset 19
width 286.00: "A mono (iW) face \x{753B}\x{50CF}"


The offending SVG snippet:
                        <text font-family="'Lucida Console', 'Courier New',
Courier, Monaco, 'MS Gothic', Osaka-Mono, monospace" x="20" y="240">A mono (iW)
face 画像</text>

As far as I can tell my font list is:

Lucida Console: NO
Courier New: YES
Courier: YES
Monaco: YES
MS Gothic: YES
Osaka-Mono: NO (but I do have Osaka, "Regular" and "Regular-Mono")

As to the individual characters in that test, I'm not sure which fonts they are
present in or not.

Anyone know what assortment of fonts could be causing the problems here? 
And/or why the buildbots aren't seeing problems?

This is a standard Google Mac Desktop.  I also have MS Office 2008 installed
(which is probably 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, or are watching the assignee.



More information about the webkit-unassigned mailing list