https://bugs.documentfoundation.org/show_bug.cgi?id=103928
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Regina Henschel <[email protected]> --- I think, that it is an error in PowerPoint. LibreOffice writes the line out as <a:prstGeom prst="line" />. This has in presetShapeDefinitions.xml no <rect> element (Shape Text Rectangle; 20.1.9.22 OOXML). Thus it should be the bounding box as default. But PowerPoint treats it so as if <a:rect l="0" t="0" r="0" b="0" />. LibreOffice could work around this problem of PowerPoint by using <a:custGeom> and explicitly writing out the <a:rect l="l" t="t" r="r" b="b" /> element. Tested in Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 12e8d57e791bb1befc0716d4d02af7d1d1ccb4ae CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
