summaryrefslogtreecommitdiff
path: root/metapost
diff options
context:
space:
mode:
Diffstat (limited to 'metapost')
-rw-r--r--metapost/context/base/mp-spec.mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/metapost/context/base/mp-spec.mp b/metapost/context/base/mp-spec.mp
index 7d72a1dda..a46b09e92 100644
--- a/metapost/context/base/mp-spec.mp
+++ b/metapost/context/base/mp-spec.mp
@@ -485,7 +485,7 @@ differencetransparent := 11 ; exclusiontransparent := 12 ;
% nottransparent := 0 ;
% compatibletransparent := 99 ;
-% fill fullcircle scaled 10cm withcolor transparant(.8,3,color) ;
+% fill fullcircle scaled 10cm withcolor transparant(8,.3,red) ;
vardef transparent(expr n, t, c) =
save s, ss, nn, cc, is_cmyk, is_spot, ok ;