From b8df2fda3a36f56908bf9150da1da63208a234cb Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 17 Nov 2006 22:03:35 +0000 Subject: [PATCH] fix typo error svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=605704 --- xpdf/xpdf/PSOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpdf/xpdf/PSOutputDev.cc b/xpdf/xpdf/PSOutputDev.cc index 50186c3f8..851d136cd 100644 --- a/xpdf/xpdf/PSOutputDev.cc +++ b/xpdf/xpdf/PSOutputDev.cc @@ -2570,7 +2570,7 @@ void PSOutputDev::startPage(int pageNum, GfxState *state) { writePSFmt("%g %g translate\n", tx, ty); } if (xScale != 1 || yScale != 1) { - writePSFmt("%0.4f %0.4f scale\n", xScale, xScale); + writePSFmt("%0.4f %0.4f scale\n", xScale, yScale); } if (clipLLX0 < clipURX0 && clipLLY0 < clipURY0) { writePSFmt("%g %g %g %g re W\n",