summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/viewpbm.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/viewpbm.ps b/lib/viewpbm.ps
index e6a27d2ab..60d5782da 100644
--- a/lib/viewpbm.ps
+++ b/lib/viewpbm.ps
@@ -190,7 +190,7 @@
190 pop 190 pop
191 /FITPAGE where {/FITPAGE get}{false} ifelse 191 /FITPAGE where {/FITPAGE get}{false} ifelse
192 { 192 {
193 Width 72 mul SCALE mul Height 72 mul SCALE mul 193 Width SCALE mul Height SCALE mul
194 } 194 }
195 { 195 {
196 % Map pixels SCALE-for-1. Assume orthogonal transformation. 196 % Map pixels SCALE-for-1. Assume orthogonal transformation.