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

--- Comment #10 from Hossein <hoss...@libreoffice.org> ---
Created attachment 177451
  --> https://bugs.documentfoundation.org/attachment.cgi?id=177451&action=edit
Minimal svg for the first example

<?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-weight: bold;}
    .red  {fill:red;}
    .blue {font-style: italic; fill:blue; font-weight: normal;}
  </style>

  <text x="1cm" y="1cm">
    <tspan>Wenn Unter</tspan><tspan class="red">nehm</tspan><tspan>en sich
über</tspan><tspan class="blue">nehm</tspan><tspan>en</tspan>
  </text>
</svg>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to