diff options
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mpiv/mp-mlib.mpiv | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/metapost/context/base/mpiv/mp-mlib.mpiv b/metapost/context/base/mpiv/mp-mlib.mpiv index 689995df7..8b8d21c14 100644 --- a/metapost/context/base/mpiv/mp-mlib.mpiv +++ b/metapost/context/base/mpiv/mp-mlib.mpiv @@ -54,7 +54,6 @@ vardef transparency_alternative_to_number(expr name) = fi enddef ; - def namedcolor (expr n) = 1 withprescript "sp_type=named" @@ -77,10 +76,10 @@ enddef ; % withprescript "sp_value=" & value % enddef ; -def spotcolor(expr n, v) = +def spotcolor(expr name, v) = 1 withprescript "sp_type=spot" - withprescript "sp_name=" & n + withprescript "sp_name=" & name withprescript "sp_value=" & colordecimals v enddef ; |