[Webkit-unassigned] [Bug 11012] New: SVG text not rendering properly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 24 16:23:59 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11012

           Summary: SVG text not rendering properly
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: string01 at gmail.com


The following text is not rendered properly in this version of web kit.
Works ok in Firefox.
Should be two lines:
"THIS IS
SOME TEST"
WebKit is rendering at all one line:
"THISISSOMETEST" 
With no spaces or new line.

<?xml version="1.0" encoding="UTF-8"?>
<svg width="595.28pt" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" height="841.89pt" >
 <g transform="translate(40, 40)" >  <text>
   <tspan x="1pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >T</tspan>
   <tspan x="14.8472pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >h</tspan>
   <tspan x="29.3345pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >i</tspan>
   <tspan x="37.4541pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >s</tspan>
   <tspan x="50.1782pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" > </tspan>
   <tspan x="58.1631pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >i</tspan>
   <tspan x="66.2827pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >s</tspan>
   <tspan x="79.0068pt" y="17.3408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" > </tspan>
   <tspan x="1pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >s</tspan>
   <tspan x="13.7241pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >o</tspan>
   <tspan x="26.2573pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >m</tspan>
   <tspan x="43.6196pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >e</tspan>
   <tspan x="57.0737pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" > </tspan>
   <tspan x="65.0586pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >t</tspan>
   <tspan x="78.9058pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >e</tspan>
   <tspan x="92.3599pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >s</tspan>
   <tspan x="105.084pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" >t</tspan>
   <tspan x="118.931pt" y="31.7408pt" fill="#000000" stroke="none"
font-family="Princetown LET" font-size="23" > </tspan>
  </text>
 </g>
</svg>


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