https://bugs.documentfoundation.org/show_bug.cgi?id=115603

            Bug ID: 115603
           Summary: FILESAVE: Group shape (triangle) in PPTX is shifted
                    down upon save
           Product: LibreOffice
           Version: 6.0.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: filter:ooxml
          Severity: normal
          Priority: medium
         Component: Impress
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: ba...@caesar.elte.hu
            Blocks: 104442

Created attachment 139748
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139748&action=edit
Sample PPTX

Open, save and reopen the attached PPTX having a triangle shape.

=> Triangle is shifted down.

In ppt/slides/slide1.xml, the values change upon save as follows:

Original:
<a:xfrm rot="10800000" flipH="1">
  <a:off x="1892386" y="1683327"/>
  <a:ext cx="1983423" cy="1652153"/>
</a:xfrm>

Saved:
<a:xfrm flipH="1" rot="10800000">
  <a:off x="2307600" y="3166560"/>
  <a:ext cx="247320" cy="83880"/>
</a:xfrm>

Observed using LO 6.0.0.3 / Windows 7.
In 5.4.0.3 the result was worse: the shape is also shifted horizontally.

The horizontal shift got fixed by the following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=9ae1e094d5a8a5b4432c88ebea0ca9fc1c79f602
author          Szymon Kłos <szymon.k...@collabora.com> 2017-10-24 22:39:08
+0200
committer       Szymon Kłos <szymon.k...@collabora.com> 2017-10-26 08:02:13
+0200

PPTX export: correct position of rotated groups


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] OOXML shape (DrawingML and VML) related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to