https://bugs.documentfoundation.org/show_bug.cgi?id=113187
--- Comment #13 from Regina Henschel <[email protected]> --- Created attachment 183345 --> https://bugs.documentfoundation.org/attachment.cgi?id=183345&action=edit Shapes with arcto without any reference in path The SmartArt types "Block Cycle" and "Nondirectional Cycle" use arcTo commands. Each arcTo command introduces two additional equations for to convert start and swing angle from the unit 1/60000 degree in OOXML to degree in LibreOffice. Therefore maGuideList has items although all other points in the path have no references but constant values in if(!maGuideList.empty()) in https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/customshapeproperties.cxx?r=c70ee4a6#201 That is the reason, why viewBox contains 0 for width and height and therefor the arc is not displayed. The error does not only exists with these SmartArt types, but with normal custom shapes with such geometry too, see attachment. -- You are receiving this mail because: You are the assignee for the bug.
