<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Some letters are cut off, but it is hard to notice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135053#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Some letters are cut off, but it is hard to notice"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135053">bug 135053</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>... and it seems that the problem is in the sequence that is used for painting
the characters backgrounds. Wherever a new run of characters is started (i.e.,
a formatting of characters is somehow different from the previous), the
rectangle for this new run is filled with its background (if exists) *after*
the previous run is fully painted, so the new area fill may erase parts of
earlier characters that happened to overlap.

It looks like an obvious fix would be to postpone drawing foreground character
glyphs only after all backgrounds were painted... no idea how difficult could
that be.</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>