<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - caps on dashes are missing in edit mode"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134128#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - caps on dashes are missing in edit mode"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134128">bug 134128</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 error is in /vcl/win/gdi/gdiimpl.cxx#2351
        aPen.SetDashCap(Gdiplus::DashCapFlat);
There unconditionally "Flat" is set.

Dash caps use the same setting as the line cap (line caps are in
switch(eLineCap) #2300). That was clarified in ODF 1.3.

Unfortunately it is not enough to simple use a switch here. The GDI dash cap is
taken away from the dash, but the ODF dash cap is added to the dash. So likely
a tweak to aDashArray is needed, similar to that used in
/core/oox/source/drawingml/lineproperties.cxx for OOXML import.</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>