<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - refactor HTML export of image bullet list"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=66822#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - refactor HTML export of image bullet list"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=66822">bug 66822</a>
              from <span class="vcard"><a class="email" href="mailto:susobhang70@gmail.com" title="Susobhan Ghosh <susobhang70@gmail.com>"> <span class="fn">Susobhan Ghosh</span></a>
</span></b>
        <pre>I've managed to remove the improper syntax ( extra "<ul" at during <ul> tag
usage ). But the base64 encoding for the SVG image is wrong. After decoding the
base64 encoding into XML, there is 8 bits of garbage at the front, and a
missing closing </svg> tag.

I've traced the whole conversion till here -
<a href="http://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/_xoutbmp.cxx#331">http://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/_xoutbmp.cxx#331</a>

Any help regarding this would be helpful. In the meantime, should I commit with
the ul tag fix?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>