Apache OpenOffice (AOO) Bugzilla – Issue 76872
Custom Path animation does not run during slide show
Last modified: 2013-08-07 15:21:02 UTC
I have a .ppt file created in MS PowerPoint 2003. When I run the slide show in MS Powerpoint everything works fine. After 15-20 seconds it automatically goes from slide to slide. And it automatically runs any animations on each slide with the programmed timing. However there is one slide with a Custom Path animation that does not work. In my test .ppt file this is slide 3. There is a picture of the American River and a picture of a raft and the animation is supposed to move the raft down the river. I don't see any way to make it work. The file is bigger than 1 MB so I can not upload it into this bug database. However, if you attach a comment to this bug report it will e-mail me, and I will send in the response e-mail instructions for how to download the file (I use sendthisfile.com).
Reassigned.
Please attach the document to reproduce the bug.
I sent the sample file to cgu. Let me know if you don't get it.
I got the document Thank you Set to new and change the target
I can reproduce the bug. The bugdoc is 'buginanimatedboat.ppt' I can send you the bugdoc. Please have a look.
@sj: reason is a broken svg:d motion path, which ppt seems to accept gratuitously. The string is: svg:path="M 0.0007 0.01273 C -0.00208 0.04745 0.00313 0.04074 -0.01128 0.03403 C -0.02222 0.03773 -0.01284 0.04097 -0.00833 0.0419 C -0.00868 0.04514 -0.00833 0.04861 -0.00937 0.05139 C -0.01163 0.05718 -0.0151 0.0463 -0.01041 0.05671 C -0.0125 0.06597 -0.01597 0.05671 -0.0184 0.06597 C -0.01128 0.06921 -0.01302 0.06597 -0.01128 0.07269 C -0.01093 0.075 -0.01128 0.07732 -0.01041 0.0794 C -0.00972 0.08079 -0.00816 0.08079 -0.00729 0.08195 C -0.00538 0.08449 -0.00416 0.0875 -0.00225 0.09005 C -0.00104 0.09583 -0.00069 0.10162 0.0007 0.10741 C -3.33333 -6 0.1162 -0.00364 0.13056 -0.00139 0.13935 C -0.00104 0.14074 0.00799 0.14514 0.01059 0.14722 C 0.01129 0.15 0.01198 0.15255 0.01268 0.15533 C 0.01355 0.1588 0.01233 0.16296 0.01372 0.16597 C 0.01736 0.17454 0.03195 0.17361 0.03664 0.17408 C 0.03768 0.17546 0.03837 0.17708 0.03959 0.17801 C 0.04045 0.1787 0.04184 0.17847 0.04271 0.1794 C 0.04341 0.18033 0.04445 0.18426 0.04375 0.18333 C 0.04271 0.18195 0.04236 0.17986 0.04167 0.17801 C 0.03959 0.19421 0.04219 0.17963 0.03872 0.19005 C 0.03785 0.19259 0.03664 0.19792 0.03664 0.19792 C 0.03907 0.19908 0.0408 0.19954 0.04271 0.20208 C 0.04427 0.20417 0.04358 0.20926 0.04566 0.20995 C 0.05157 0.21158 0.05764 0.21088 0.06372 0.21134 C 0.06441 0.21273 0.06459 0.21458 0.06563 0.21528 C 0.06719 0.21644 0.06962 0.21482 0.07066 0.21667 C 0.07136 0.21806 0.06875 0.21852 0.06771 0.21921 C 0.06667 0.21991 0.06563 0.22014 0.06459 0.2206 C 0.06164 0.23403 0.06823 0.24815 0.0566 0.25255 C 0.05625 0.25394 0.05539 0.25533 0.05573 0.25671 C 0.05643 0.2588 0.06493 0.2625 0.06771 0.26458 C 0.06441 0.27755 0.05608 0.26227 0.0507 0.27408 C 0.05105 0.27662 0.0507 0.27963 0.05174 0.28195 C 0.05365 0.28634 0.06111 0.28171 0.06372 0.28056 C 0.06407 0.2787 0.06511 0.26968 0.06875 0.2794 C 0.06875 0.2794 0.06719 0.28796 0.06667 0.28866 C 0.06493 0.29097 0.06059 0.29398 0.06059 0.29398 C 0.05955 0.29838 0.05782 0.30162 0.0566 0.30602 C 0.05764 0.34815 0.05295 0.33495 0.05868 0.35" and the offending part is this "C -3.33333 -6 0.1162 -0.00364 0.13056 -0.00139 0.13935" which contains seven instead of six numbers. Please normalize this during ppt import, as that also generates invalid odf output.
*** Issue 76791 has been marked as a duplicate of this issue. ***