https://bugs.documentfoundation.org/show_bug.cgi?id=88365

--- Comment #17 from jasper.olbr...@posteo.de ---
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="http://www.w3.org/2000/svg";
   xmlns="http://www.w3.org/2000/svg";
   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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to