summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2017-07-06 13:57:41 -0700
committerRay Johnston <ray.johnston@artifex.com>2017-07-06 13:57:41 -0700
commit21e28148792158aba5cf2b93fad755455d0cc8ba (patch)
tree00e48fb67acee6b18c69e5b7d98fd142d963deab /lib
parent12cb9d16d69cd3430b86d0bdfea7f73fcbeeceb3 (diff)
downloadghostpdl-21e28148792158aba5cf2b93fad755455d0cc8ba.tar.gz
Fix viewpbm.ps FITPAGE SCALE option
Diffstat (limited to 'lib')
-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 @@
pop
/FITPAGE where {/FITPAGE get}{false} ifelse
{
- Width 72 mul SCALE mul Height 72 mul SCALE mul
+ Width SCALE mul Height SCALE mul
}
{
% Map pixels SCALE-for-1. Assume orthogonal transformation.