Closed
Description
- Electron Version: 2.0.6
- Operating System: Linux Mint 18.3 64Bit / Windows 7 Pro 64Bit
- Last known working Electron version: 2.0.5
Expected Behavior
The content should be drawn to screen smoothly.
Actual behavior
The screen is flickering with background colour shining through. The smaller the window the more flickering occures.
To Reproduce
git clone https://github.com/Wend1go/electron_2.0.6_flicker.git
cd electron_2.0.6_flicker
yarn && yarn dist
Leave the game running for a while and the red background flickers through. In this simple scene it takes a while to occur but in more complex scenes it flickers nearly non stop (see screenshot below).
The smaller you make the window the more frequent the flickering occurs.
Additional Information
Bundling the game with Electron 2.0.5 works flawlessly.
This might be related to #13896
Issue confirmed at 4ian/GD issue #566