[Libreoffice-bugs] [Bug 138112] New: After inserting SVM picture incorrect fallback picture is generated.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 10 14:13:47 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138112
Bug ID: 138112
Summary: After inserting SVM picture incorrect fallback picture
is generated.
Product: LibreOffice
Version: 7.0.0.3 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: kyrylo.zharenkov at gmail.com
Created attachment 167168
--> https://bugs.documentfoundation.org/attachment.cgi?id=167168&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201110/d057f7c3/attachment.htm>
More information about the Libreoffice-bugs
mailing list