<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The shape dashes are rendered differently after docx export (creating different effect)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139178#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The shape dashes are rendered differently after docx export (creating different effect)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=139178">bug 139178</a>
              from <span class="vcard"><a class="email" href="mailto:rb.henschel@t-online.de" title="Regina Henschel <rb.henschel@t-online.de>"> <span class="fn">Regina Henschel</span></a>
</span></b>
        <pre>The shapes are indeed different. The Smiley from the toolbar in LO reflects the
geometry from MSO binary. These binary shapes are not directly available in
OOXML. So LibreOffice has two options: A) Map it to a similar shape available
in the preset shapes of OOXML, or B) convert it to a custom geometry. Currently
option A) is used for the smiley. On import the preset shape of OOXML is kept,
because the file has no information, that it was in original a shape from MS
binary format.

The MSO binary geometry has the start point at the left of the shape, the OOXML
preset shape has it at the right of the shape. The line is drawn clockwise.
Dashing starts with a dash at the start point. To get the same in ODT as in
DOCX, you need to start with an OOXML shape.

I consider this a "Wont fix".</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>