summaryrefslogtreecommitdiff
path: root/tex/context/base/back-pdf.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-08-06 00:00:16 +0300
committerMarius <mariausol@gmail.com>2013-08-06 00:00:16 +0300
commit4bdbf185b1a7e0615f7eb8f3fe02bd13f46928c3 (patch)
treeae525f95a50ba76b9e97036f179f4be7584c76fa /tex/context/base/back-pdf.lua
parent3db68d82bb4eb24a3beb49bed1bf5c9799b3fcd5 (diff)
downloadcontext-4bdbf185b1a7e0615f7eb8f3fe02bd13f46928c3.tar.gz
beta 2013.08.05 22:51
Diffstat (limited to 'tex/context/base/back-pdf.lua')
-rw-r--r--tex/context/base/back-pdf.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/back-pdf.lua b/tex/context/base/back-pdf.lua
index f810151a8..dc6f6b06f 100644
--- a/tex/context/base/back-pdf.lua
+++ b/tex/context/base/back-pdf.lua
@@ -41,8 +41,8 @@ function commands.pdfstartrotation(a)
insert(stack,false)
else
local s, c = sind(a), cosd(a)
- context(pdfsetmatrix(f_rotation(c,s,-s,c)))
- insert(stack,{ -c, -s, s, -c })
+ context(pdfsetmatrix(c,s,-s,c))
+ insert(stack,{ c, -s, s, c })
end
end