#769045 gv: zooms in when file is changed

Package:
gv
Source:
gv
Description:
PostScript and PDF viewer for X
Submitter:
Renato Andrade Galvão
Date:
2014-11-10 23:24:06 UTC
Severity:
normal
#769045#5
Date:
2014-11-10 23:19:06 UTC
From:
To:
By opening a pdf (or a ps) file with the --watch option and selecting 'Fit
width to window' in the view menu, gv incrementally zooms in the view every
time the pdf file is regenerated.

The reproduction can be made by doing:

1. gv --watch test.pdf

2. Select 'Fit width to window' in the menu

3. latex test.tex && dvips test.dvi && ps2pdf test.ps

Then repeat step 3. several times and gv will zoom in for each reload. This
seems to happen with the combination of --watch option and 'Fit width to
window'.