<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Footer background image replaced by blue area in ODT (comment 19)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115457#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: Footer background image replaced by blue area in ODT (comment 19)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115457">bug 115457</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 draw:fill and related attributes should not have been written at all,
because they are invalid in this context.

We can try to solve the problem on import: In case a draw:fill="bitmap" is
found but no draw:fill-image-name, ignore all the draw:fill related attributes.
A further solution could be to generate a <draw:fill-image> element on the fly
from the image given in the <style:background-image> element, if that exists.
(Of cause this has not to be done on XML, but on the internal representation.)

A total different solution would be a separate repair tool, that corrects the
XML directly and works on the file.

Because LibreOffice has produced such documents, I think marking as "invalid"
would not be the correct way.</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>