<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [SVG] re-base: text label not displayed correctly after Insert or Open (problem with: group object <g text-anchor="end">)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=88365#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [SVG] re-base: text label not displayed correctly after Insert or Open (problem with: group object <g text-anchor="end">)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=88365">bug 88365</a>
              from <span class="vcard"><a class="email" href="mailto:jasper.olbrich@posteo.de" title="jasper.olbrich@posteo.de">jasper.olbrich@posteo.de</a>
</span></b>
        <pre>Bug is still present

Version: 5.4.6.2
Build ID: 1:5.4.6-0ubuntu0.17.10.1
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

Complete example to reproduce:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:svg="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"
   xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>"
   width="10cm"
   height="6cm"
   version="1.1">

  <style>
    text {font-family: sans-serif; font-size: 10pt;}
    .it {font-style: italic;}
  </style>

  <line x1="5cm" y1="0cm" x2="5cm" y2="6cm" stroke="#000000" />

  <text text-anchor="start" x="5cm" y="1cm">
    <tspan class="it">italic</tspan> upright
  </text>
  <text text-anchor="middle" x="5cm" y="3cm">
  <tspan class="it">italic</tspan> upright
  </text>
  <text text-anchor="end" x="5cm" y="5cm">
  <tspan class="it">italic</tspan> upright
  </text>
</svg>

Looks as intended in Firefox and Inkscape, garbled in LibreOffice</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>