| Summary: | FILEOPEN: PPTX: Shape not displayed | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Impress | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | aron.budea, muthusuba, ofirr.dev, rb.henschel, vihsaaa, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 4.3 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=72998 https://bugs.documentfoundation.org/show_bug.cgi?id=122325 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 104442 | ||
| Attachments: | The example shape copied to docx format | ||
|
Description
Xisco Faulí
2017-09-03 16:44:23 UTC
Adding Cc: to Muthu Subramanian ** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug still repro in 6.1.1.1 on Windows 7 (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 Reproducible on LibreOffice 6.3.0.4 30(Build:4) 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>
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.
I think it is fixed with commit https://git.libreoffice.org/core/commit/cf972fb9856957f4444199eb97464b83d8dc2698 from bug 113187. |