summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-pps.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-10-24 21:26:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-10-24 21:26:00 +0200
commitdff2745dae03ba945f2de644fb53218a47044e08 (patch)
tree74089de409cb9c40b52067e815e935029e817586 /tex/context/base/mlib-pps.lua
parent833cf5633ca02333e5a4880647cc3e69b71a314f (diff)
downloadcontext-dff2745dae03ba945f2de644fb53218a47044e08.tar.gz
beta 2011.10.24 21:26
Diffstat (limited to 'tex/context/base/mlib-pps.lua')
-rw-r--r--tex/context/base/mlib-pps.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/mlib-pps.lua b/tex/context/base/mlib-pps.lua
index 1cd74f4fc..a2e343720 100644
--- a/tex/context/base/mlib-pps.lua
+++ b/tex/context/base/mlib-pps.lua
@@ -921,6 +921,7 @@ local function ps_process(object,prescript,before,after)
before[#before+1] = function()
context.MPLIBpositionwhd(ps_label,x,y,w,h)
end
+ object.path = false
end
end
@@ -929,7 +930,7 @@ end
local function fg_process(object,prescript,before,after)
local fg_name = prescript.fg_name
if fg_name then
- before[#before+1] = format("q %f %f %f %f %f %f cm",cm(object))
+ before[#before+1] = format("q %f %f %f %f %f %f cm",cm(object)) -- beware: does not use the cm stack
before[#before+1] = function()
context.MPLIBfigure(fg_name,prescript.fg_mask or "")
end