Bug 112192 - FILEOPEN: PPTX: Shape not displayed
Summary: FILEOPEN: PPTX: Shape not displayed
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
4.3 all versions
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: OOXML-Shapes
  Show dependency treegraph
 
Reported: 2017-09-03 16:44 UTC by Xisco Faulí
Modified: 2022-10-31 11:47 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments
The example shape copied to docx format (18.86 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2020-09-03 08:48 UTC, NISZ LibreOffice Team
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2017-09-03 16:44:23 UTC
This isssue has been found bisecting bug 105495 and right now it can't be reproduced in master due to bug 105495. However, if we move to a commit previous to e2eda70f2746f08376d8cdf5e5360df217335aef, the document is blank, and it should contain a shape instead.

Steps to reproduce:
1. Open attachment 130643 [details]

Expected behaviour: attachment 130644 [details]

Regression introduced by:

author	Muthu Subramanian <sumuthu@collabora.com>	2013-12-27 14:29:22 (GMT)
committer	Muthu Subramanian <sumuthu@collabora.com>	2013-12-27 14:29:22 (GMT)
commit beba4603ee8e603fff2599bee7f157d90872cb99 (patch)
tree 4c48a3d6fb41379d9a45beed79adc2406a3c9e3d
parent c6d1938f7559aa6293338b4d756ec7fc0bd79f63 (diff)
fdo#72998: Custom shapes have improper size.

Bisected with bibisect-43max
Comment 1 Xisco Faulí 2017-09-03 16:45:06 UTC
Adding Cc: to Muthu Subramanian
Comment 2 QA Administrators 2018-09-05 02:54:57 UTC Comment hidden (obsolete)
Comment 3 Roman Kuznetsov 2018-09-11 10:49:19 UTC Comment hidden (obsolete)
Comment 4 Roman Kuznetsov 2018-09-11 10:50:36 UTC
(In reply to Roman Kuznetsov from comment #3)
> still repro in 6.1.1.1 on Windows 7

sorry, i checked in 6.2 alpha build from 10-09-2018
Comment 5 Ofir 2019-08-13 22:27:04 UTC
Reproducible on
LibreOffice 6.3.0.4 30(Build:4)
Comment 6 Regina Henschel 2019-08-16 22:25:03 UTC
LibreOffice fails because of the missing viewbox. I don't know yet why.

As workaround, you can add the cx and cy values as w and h attributes to the path element.

<a:path w="3705961" h="3769586">
    <a:moveTo>
        <a:pt x="594894" y="331234"/>
    </a:moveTo>
    <a:arcTo wR="1553902" hR="1553902" stAng="13913453" swAng="-2942874"/></a:path>
Comment 7 NISZ LibreOffice Team 2020-09-03 08:48:10 UTC
Created attachment 165074 [details]
The example shape copied to docx format

Also happens if the shape is copied to Word, saved as docx and opened in Writer.
Not PPTX specific.
Comment 8 Regina Henschel 2022-10-31 11:47:36 UTC
I think it is fixed with commit https://git.libreoffice.org/core/commit/cf972fb9856957f4444199eb97464b83d8dc2698 from bug 113187.