Bug 352877 - [PATCH] Don't darken the image in the middle of fade transition
Summary: [PATCH] Don't darken the image in the middle of fade transition
Status: RESOLVED NOT A BUG
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.23.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-18 14:08 UTC by Arseniy Lartsev
Modified: 2020-11-08 03:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
The patch (727 bytes, patch)
2015-09-18 14:09 UTC, Arseniy Lartsev
Details
The patch (727 bytes, patch)
2015-09-18 14:10 UTC, Arseniy Lartsev
Details
Test case (two blank pages, 0.5s long fade transition) (3.29 KB, application/pdf)
2015-09-27 19:34 UTC, Arseniy Lartsev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arseniy Lartsev 2015-09-18 14:08:54 UTC
Right in the middle of the fade transition, the previous and the next slide are painted each with 50% opacity on top of black background. This means that the black background will be slightly visible, which it shouldn't be. I propose a patch to fix this.


Reproducible: Always

Steps to Reproduce:
1. Open a PDF with blank white pages and fade transitions
2. Start a presentation
3. Switch between the pages

Actual Results:  
The screen goes from white to light gray to white

Expected Results:  
The screen stays white
Comment 1 Arseniy Lartsev 2015-09-18 14:09:17 UTC
Created attachment 94631 [details]
The patch
Comment 2 Arseniy Lartsev 2015-09-18 14:10:12 UTC
Created attachment 94632 [details]
The patch
Comment 3 Arseniy Lartsev 2015-09-27 19:34:39 UTC
Created attachment 94747 [details]
Test case (two blank pages, 0.5s long fade transition)
Comment 4 Justin Zobel 2020-11-08 03:42:34 UTC
Please submit any patches if still relevant to https://invent.kde.org/graphics/okular/-/merge_requests/ thank you.