https://bugs.documentfoundation.org/show_bug.cgi?id=145904
--- Comment #2 from Regina Henschel <[email protected]> --- Created attachment 176599 --> https://bugs.documentfoundation.org/attachment.cgi?id=176599&action=edit File with extrusion rotation center but zero rotation angle The file has attribute draw:extrusion-rotation-center="(-2000 0 0)", and the rotation angle is zero. But the existence of the attribute is already enough to shift the shape. So there is an additional error with attribute draw:extrusion-rotation-center besides the fact, that X- and Y-component are interpreted absolute. The value -2000 is chosen for LibreOffice version 7.1, which interprets X- and Y-component as absolute value. When that is corrected, the attribute value needs to be "(-0.5 0 0)" for example, which means shift rotation center left by 50% of shape width. The yellow shape in the image shows the unrotated diamond. The red square indicates the rotated diamond before extrusion. -- You are receiving this mail because: You are the assignee for the bug.
