Created attachment 134711 [details] Impress file with animation Textbox rotated does not show up in animation. See the attached file. Run screen show, "horizontal text" shows up, "inclined text" does not. It works if in Tools > Option > Libreoffice > View I enable OpenGL. But then, when the presentation ends, I get a black screen! Tested in LO 5.3.4.2 (x64) under Windows 10, both English.
This seems to have begun at the below commit. Adding Cc: to Khaled Hosny; Could you possibly take a look at this one? Thanks 19490574e42c3180a38d55ccbbf1e3a00802150d is the first bad commit commit 19490574e42c3180a38d55ccbbf1e3a00802150d Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Tue Mar 7 03:23:53 2017 -0800 source a51b7a1c3a7e7cf7b0c733e1dec40288278c1884 author Khaled Hosny <khaledhosny@eglug.org> 2017-03-03 03:15:14 (GMT) committer Khaled Hosny <khaledhosny@eglug.org> 2017-03-03 13:22:53 (GMT) commit a51b7a1c3a7e7cf7b0c733e1dec40288278c1884 (patch) tree 6452088195b6c0ad617e7a6b9f97ecc8672d321e parent 5742868ccf030b2c0f03538d030bd18bd5666bdb (diff) tdf#103831, tdf#100986: Force using GDI when needed Our DirectWrite renderer is incomplete and can’t handle rotated text or text with horizontal scaling, so route these two through GDI for now.
By the way, disabling hardware acceleration seems to help as well.
Likely duplicate to bug 97943
(In reply to Regina Henschel from comment #3) > Likely duplicate to bug 97943 I do not think it is duplicate. Text is correctly shown with 0° or 180° rotation. But with any other angle, text does not appear. By the way no need for animation: 1. Create new presentation 2. Insert text box and type some text 3. F4, Rotation: choose any angle different from 0 and 180 4. F5 Expected: text is visible Actual: no text visible Tested with 5.3.3 (change version accordingly)
Created attachment 135931 [details] Slide with rotated text Simple example: 1. Open attached file 2. F5 Expected: Dummy text should be shown Actual: Blank screen
*** This bug has been marked as a duplicate of bug 107090 ***
Created attachment 135934 [details] Slide with rotated text Dirty workaround: Right click on rotated text > Convert > To Curve See attached: during Slide Show text converted to curve is visible but not rotated text Same behavior with Version: 5.4.1.2 (x64) Build ID: ea7cb86e6eeb2bf3a5af73a8f7777ac570321527 CPU threads: 2; OS: Windows 6.1; UI render: default; Locale: fr-FR (fr_FR); Calc: CL
(In reply to Laurent BP from comment #7) > Dirty workaround: > Right click on rotated text > Convert > To Curve > See attached: during Slide Show text converted to curve is visible but not > rotated text As mentioned in bug 107090 a better workaround: Tools > Options > LibreOffice > View: uncheck "Hardware acceleration"