<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Subscript missing in exported SVG (see comment 10)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96324#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Subscript missing in exported SVG (see comment 10)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96324">bug 96324</a>
              from <span class="vcard"><a class="email" href="mailto:ChrRossmanith@web.de" title="Christina Rossmanith <ChrRossmanith@web.de>"> <span class="fn">Christina Rossmanith</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=137684" name="attach_137684" title="very small example">attachment 137684</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=137684&action=edit" title="very small example">[details]</a></span>
very small example

I've attached a small example: two text blocks M_N (subscript); one rotated,
one plain. 

In SVGTextWriter::implWriteTextPortion we see the coordinates where the text
portions are positioned:

rotated: M (443,5096), N (559, 4808)   ->    y coordinate of N should increase
instead of decrease compared to y coordinate of M

plain: M (250, 443), N (542, 559)    -> the delta in x is 292 compared to 161
in the rotated case, which is too small.</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>