[Webkit-unassigned] [Bug 105017] New: SVG Font Rendering Problems while rendering Text on a Path in Chrome and Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 05:54:40 PST 2012


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

           Summary: SVG Font Rendering Problems while rendering Text on a
                    Path in Chrome and Safari
           Product: WebKit
           Version: 312.x
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: schwenk.johannes at googlemail.com
                CC: zimmermann at kde.org


I try to render some text along a bezier curve path in SVG:

        <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
            <path id='menu_path' d="M 80,40 Q 200,85 245,205" stroke="none" fill="none"/>
            <text fill="white">
                <textPath xlink:href="#menu_path">News Info Presse Musik</textPath>
            </text>             
        </svg>  

In Chrome (23.0.1271.97 m) and Safari (5.1.7 (7534.57.2)), the text looks ugly (look at "Musik"). Even when I use monospace fonts and set the text to uppercase it does not change.

Here the Screenshots and a fiddle:

http://imageshack.us/a/img18/3195/svgrendering.png
http://imageshack.us/a/img705/7334/svgrenderingwithpath.png

http://jsfiddle.net/v6esx/2/

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