https://issues.apache.org/ooo/show_bug.cgi?id=121769

--- Comment #1 from Regina Henschel <[email protected]> ---
Created attachment 80285
  --> https://issues.apache.org/ooo/attachment.cgi?id=80285&action=edit
Opened .pptx in LO4.0 and saved as .odp

The case "arcTo" has a "TODO" in
main/oox/source/drawingml/customshapegeometry.cxx (ca line 1070).

When I open the attached file in LO 4.0 and save it there as .odp in mode "1.2
extended", LO writes
<draw:enhanced-geometry
 draw:mirror-horizontal="false"
 draw:mirror-vertical="false"
 svg:viewBox="0 0 0 0"
 draw:type="ooxml-non-primitive"
 draw:enhanced-path="M 3 3 Z N"
 drawooo:enhanced-path="M 3 3 G 3 3 ?f0 ?f1 Z N">

To do this, LO has the additional constant
const short ARCANGLETO = 17
in EnhancedCustomShapeSegmentCommand
which likely corresponds to the path command "G". In consequence of this, the
file saved by LO does not show the path, when opened in AOO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to