https://issues.apache.org/ooo/show_bug.cgi?id=121128
Priority: P3
Bug ID: 121128
Assignee: [email protected]
Summary: "Save Graphics..." exports SVG as hex-encoded PNG
image
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO 3.4.1
Component: code
Product: word processor
Created attachment 79660
--> https://issues.apache.org/ooo/attachment.cgi?id=79660&action=edit
Writer document with an SVG graphic embedded
* Insert an SVG image in Writer
* Select the graphic
* Right click to open the context menu
* Select the context menu item “Save Graphics...”
* On the Save dialog, select the “SVG – Scalable Vector Graphics” filter, enter
a file name, and save the graphic
* Open the exported SVG graphic with a text editor: you'll see that the image
was exported as an embedded, base 64 encoded, PNG image inside the SVG file
<image xlink:href="data:image/png;base64,[IMAGE DATA]"/>
Exporting using AOO API works ok
--
You are receiving this mail because:
You are the assignee for the bug.