https://bugs.documentfoundation.org/show_bug.cgi?id=173005
Bug ID: 173005
Summary: The rounded rectangle of pptx is wrongly exported to
ODF 1.4
Product: LibreOffice
Version: 26.8.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
Blocks: 112703
Created attachment 207987
--> https://bugs.documentfoundation.org/attachment.cgi?id=207987&action=edit
Shape for testing
Set your LibreOffice to save to "ODF 1.4".
Open attached document.
Save it to odp format.
Open the saved document.
Error: The shape is no longer a rounded rectangle.
Set your LibreOffice to save to "ODF 1.4 extended"
Open attached document.
Save it to odp format.
Open the saved document.
The shape is correctly a rounded rectangle.
When you inspect the saved files, you will notice, that the extended version
has
drawooo:enhanced-path="M 0 ?f2 G ?f2 ?f2 ?f12...
and
draw:enhanced-path="M 0 ?f2 L ?f3 0 L ?f11...
That was correct for versions before ODF 1.4. However, with ODF 1.4 the path
command G is available in the standard (19.145 draw:enhanced-path, part 3).
Thus there is no need for drawooo prefix and the export should write only
draw:enhanced-path="M 0 ?f2 G ?f2 ?f2 ?f12...
both in strict and in extended ODF 1.4.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=112703
[Bug 112703] [META] ODF (XML) bug tracker
--
You are receiving this mail because:
You are the assignee for the bug.