https://bugs.documentfoundation.org/show_bug.cgi?id=148707
--- Comment #1 from Regina Henschel <[email protected]> --- The problem is in lines #2338 to #2370 in https://opengrok.libreoffice.org/xref/core/svx/source/customshapes/EnhancedCustomShape2d.cxx?r=d5fb8d50 The current implementation makes a moveto at the beginning and then continues with the same code as the variants A and W. There it loops over the parameter groups. Instead it need to make the case distinction whether moveto or lineto is used inside this loop so that it is considered for each parameter group. -- You are receiving this mail because: You are the assignee for the bug.
