<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE: On roundtrip the information line joint is lost"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126896">126896</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FILESAVE: On roundtrip the information line joint is lost
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.4.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rb.henschel@t-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=153360" name="attach_153360" title="Shape with zigzag line as custGeom with LineJoint = "Miter"">attachment 153360</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=153360&action=edit" title="Shape with zigzag line as custGeom with LineJoint = "Miter"">[details]</a></span>
Shape with zigzag line as custGeom with LineJoint = "Miter"

The attached file contains a zigzag line as custGeom shape with lnTo commands.
The problem can be seen too if you use the shape "Callout Bent Line" in
PowerPoint. In that case drag the handles, so that you get a sharp corner. Test
it with a large line width to make the joint types better visible.

If you open the file and re-save it to pptx in LibreOffice and then open the
re-saved file, the line joint "Miter" is gone and line joint "Round" is used.

The information is correctly read and I see the correct values in in the shape
in the Basic IDE. The method DrawingML::WriteOutline() gets the case
aStyleLineJoint == eLineJoint when treating the property LineJoint and thus
does not write the a:miter element at the shape. But if you examine the
re-saved file, you will notice, that the element <a:miter> is missing in all
childs of the <a:lnStyleLst>.

In case of export from our own format there exists no scheme and the <a:miter>
element is written at the shape. Therefore there the error does not happen.</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>