https://bz.apache.org/ooo/show_bug.cgi?id=126943
Issue ID: 126943
Issue Type: DEFECT
Summary: File with SVG graphic does not open
Product: General
Version: 4.1.2
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Created attachment 85514
--> https://bz.apache.org/ooo/attachment.cgi?id=85514&action=edit
File with embedded svg graphic saved by LibreOffice
Open the attached document. You get an read error. Open the same document in
LibreOffice, it opens fine there.
The document was written with LibreOffice. It puts the svg-graphic and the
corresponding png-graphic in this order into the file
<draw:frame>
<draw:image xlink:href="... .svg" >
<draw:image xlink:href="... .png" >
</draw:frame>
If you change the order to first .png and then .svg, the file opens in AOO too.
AOO should open the file in any case, and fetch that version of the graphic,
which has the best quality, which is the .svg graphic here.
--
You are receiving this mail because:
You are the assignee for the issue.