summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-wid.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-01-31 00:29:42 +0200
committerMarius <mariausol@gmail.com>2011-01-31 00:29:42 +0200
commitd0fbd0050d9085f815b642d138c3ef571b64b76a (patch)
treea9db5fa1c10795ffa6280fc1781fae8d10144ac6 /tex/context/base/lpdf-wid.lua
parenta894f2e8c02c29b8ddeec3094acc1859ab34f864 (diff)
downloadcontext-d0fbd0050d9085f815b642d138c3ef571b64b76a.tar.gz
beta 2011.01.24 23:51
Diffstat (limited to 'tex/context/base/lpdf-wid.lua')
-rw-r--r--tex/context/base/lpdf-wid.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/lpdf-wid.lua b/tex/context/base/lpdf-wid.lua
index 6caf2f6c4..7b535d1b1 100644
--- a/tex/context/base/lpdf-wid.lua
+++ b/tex/context/base/lpdf-wid.lua
@@ -227,7 +227,7 @@ function codeinjections.attachfile(specification)
local width = specification.width or 0
local height = specification.height or 0
local depth = specification.depth or 0
- write_node(pdfannotation_node(width,height,depth,d()))
+ write_node(pdfannotation_node(width,height,depth,d())) -- somehow the dimensions come out wrong
end
function codeinjections.attachmentid(filename)