<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chinhster&#64;yahoo.com" title="Chinh Nguyen &lt;chinhster&#64;yahoo.com&gt;"> <span class="fn">Chinh Nguyen</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG text and trailing space added as leading space to next tspan"
   href="https://bugs.webkit.org/show_bug.cgi?id=149659">bug 149659</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>chinhster&#64;yahoo.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG text and trailing space added as leading space to next tspan"
   href="https://bugs.webkit.org/show_bug.cgi?id=149659#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG text and trailing space added as leading space to next tspan"
   href="https://bugs.webkit.org/show_bug.cgi?id=149659">bug 149659</a>
              from <span class="vcard"><a class="email" href="mailto:chinhster&#64;yahoo.com" title="Chinh Nguyen &lt;chinhster&#64;yahoo.com&gt;"> <span class="fn">Chinh Nguyen</span></a>
</span></b>
        <pre>It affects the last character regardless of whether it's a white space.

        &lt;text x=&quot;200&quot; y=&quot;230&quot;&gt;
                &lt;tspan text-decoration=&quot;underline&quot; xml:space=&quot;preserve&quot;&gt; space test&lt;/tspan&gt;
                &lt;tspan x=&quot;200&quot; y=&quot;250&quot; xml:space=&quot;preserve&quot;&gt;space&lt;/tspan&gt;
                &lt;tspan text-decoration=&quot;underline&quot; xml:space=&quot;preserve&quot; x=&quot;200&quot; y=&quot;270&quot;&gt;space &lt;/tspan&gt;
        &lt;/text&gt;


        &lt;text x=&quot;200&quot; y=&quot;230&quot;&gt;
                &lt;tspan xml:space=&quot;preserve&quot;&gt;ƒ&lt;/tspan&gt;
                &lt;tspan xml:space=&quot;preserve&quot;&gt;(x)=2e&lt;/tspan&gt;
                &lt;tspan xml:space=&quot;preserve&quot; dy=&quot;-10&quot;&gt;-2x&lt;/tspan&gt;
        &lt;/text&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>