termpdf icon indicating copy to clipboard operation
termpdf copied to clipboard

Clear image before drawing new one to prevent pages of different sizes being drawn over each other

Open GKFX opened this issue 7 years ago • 1 comments

Screenshot of the problem below: screenshot from 2018-08-24 15-13-17 Note that this does introduce a moment where there is no image and so the screen flashes black.

GKFX avatar Aug 24 '18 14:08 GKFX

In my own use, I'd rather occasionally have this problem than constantly have the momentary flash of black. I suppose it would be possible to keep track of the size of the previous image, and only do this if the new image is smaller...

dsanson avatar Aug 25 '18 14:08 dsanson