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
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.
Dear Xisco Faulí, 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 https://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://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
No longer reproducible in Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 0794754e8540415eaac2dcf45069f500ed356859 CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: es-ES (es_ES.UTF-8); UI: en-US Calc: threaded
It was indeed fixed by the commit Regina mentioned in comment 8.