summaryrefslogtreecommitdiff
path: root/tex/context/base/mlib-pps.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-05 19:27:18 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-05 19:27:18 +0100
commit2bf7943cdc4d29a1441ab45d3c3c23d6ea62ce8d (patch)
tree55b6971900f29d3d92c1842113b0a86b48173392 /tex/context/base/mlib-pps.lua
parent94124bc6ebef1359c1994f9ec64ac5161d2db276 (diff)
downloadcontext-2bf7943cdc4d29a1441ab45d3c3c23d6ea62ce8d.tar.gz
beta 2011.11.03 23:27
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 aa955ac1c..1d3798a0c 100644
--- a/tex/context/base/mlib-pps.lua
+++ b/tex/context/base/mlib-pps.lua
@@ -980,7 +980,8 @@ local function tr_process(object,prescript,before,after)
c_b, c_a = spotcolorconverter(sp_name,sp_fractions,sp_components,sp_value)
elseif sp_type == "named" then
-- we might move this to another namespace .. also, named can be a spotcolor
- -- so we need to check for that too
+ -- so we need to check for that too ... also we need to resolve indirect
+ -- colors so we might need the second pass for this (draw dots with \MPcolor)
local sp_name = prescript.sp_name or "black"
if not tr_alternative then
-- todo: sp_name is not yet registered at this time