<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 - After inserting SVM picture incorrect fallback picture is generated."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138112">138112</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>After inserting SVM picture incorrect fallback picture is generated.
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>7.0.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </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>kyrylo.zharenkov@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=167168" name="attach_167168" title="Lo7FileWithBrokenFallbackImage">attachment 167168</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=167168&action=edit" title="Lo7FileWithBrokenFallbackImage">[details]</a></span>
Lo7FileWithBrokenFallbackImage

The issue is actual only for LO 7.x.x


Steps to reproduce:

1) Insert the SVM picture.
2) Save into ODP format.
3) Unzip and find the following lines inside context.xml:

 <draw:frame draw:layer="layout" draw:style-name="gr4"
draw:text-style-name="P3" svg:height="6.773cm" svg:width="6.773cm"
svg:x="20.828cm" svg:y="5.165cm">
          <draw:image draw:mime-type="image/x-svm" xlink:actuate="onLoad"
xlink:href="Pictures/2000000200001A7600001A7692A417C876AFB951.svm"
xlink:show="embed" xlink:type="simple">
            <text:p />
          </draw:image>
          <draw:image draw:mime-type="image/x-svm" xlink:actuate="onLoad"
xlink:href="Pictures/2000000200001A7600001A7692A417C876AFB951.svm"
xlink:show="embed" xlink:type="simple" />
        </draw:frame>

As you can see instead of a second fallback PNG picture, the SVM picture is
generated.

Actual result:
Instead of a PNG fallback picture, the SVG fallback picture is generated.

Expected result:
A PNG fallback picture is generated.

P.S I've attached the file with this problem.</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>