<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A composition underline is placed to wrong position in RTL"
   href="https://bugs.webkit.org/show_bug.cgi?id=158602#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A composition underline is placed to wrong position in RTL"
   href="https://bugs.webkit.org/show_bug.cgi?id=158602">bug 158602</a>
              from <span class="vcard"><a class="email" href="mailto:zalan&#64;apple.com" title="zalan &lt;zalan&#64;apple.com&gt;"> <span class="fn">zalan</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=281005&amp;action=diff" name="attach_281005" title="Patch">attachment 281005</a> <a href="attachment.cgi?id=281005&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=281005&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=281005&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/rendering/InlineTextBox.cpp:938
&gt; +        if (!isLeftToRightDirection())
&gt; +            start = m_logicalWidth - width - start;</span >

Do you mind making a helper function for this as now this logic is both at InlineTextBox::paintDecoration and here? (and maybe it's even missing from some of the other painting methods)

There is this 'start += 1;' a few lines below, does it work fine with RTL?</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>