<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX exports SVG will trim "Tab" in tspan"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107517#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX exports SVG will trim "Tab" in tspan"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107517">bug 107517</a>
              from <span class="vcard"><a class="email" href="mailto:wanliyou@gmail.com" title="fxwan <wanliyou@gmail.com>"> <span class="fn">fxwan</span></a>
</span></b>
        <pre><svg xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"
     width="500" height="40" viewBox="0 0 500 40">
  <text x="0" y="35" font-family="Verdana" font-size="35"
style="tab-size:400px">&emsp;Hello, out there
  </text>
</svg>

Tab actually works in SVG if you encode it to &emsp;, but we can't control the
tab-size as HTML does. So your solution would be robust.</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>