<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX with shape having multiple effects opens with repair in PowerPoint after roundtrip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111838#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PPTX with shape having multiple effects opens with repair in PowerPoint after roundtrip"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111838">bug 111838</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>In the bad XML the effects are listed like this:
  <a:effectLst>
    <a:glow rad="355600">
      <a:schemeClr val="accent1">
        <a:alpha val="40000"/>
      </a:schemeClr>
    </a:glow>
  </a:effectLst>
  <a:effectLst>
    <a:outerShdw algn="t" blurRad="76200" dir="2760000" dist="431800"
rotWithShape="0">
      <a:srgbClr val="000000">
        <a:alpha val="40000"/>
      </a:srgbClr>
    </a:outerShdw>
  </a:effectLst>

In the good version there's no </a:effectLst> / <a:effectLst> between the two
effects.</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>