From aba1a497da7708c4f143ed49ed034a4058fc2828 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Jul 2009 18:06:20 +0000 Subject: context-gnuplot update (13jul09) git-svn-id: svn://tug.org/texlive/trunk@14342 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master/texmf-dist/metapost') diff --git a/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp b/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp index 36c791c9373..46c0137e6cb 100644 --- a/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp +++ b/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp @@ -669,6 +669,9 @@ boolean context_gnuplot ; context_gnuplot := true; def gp_fill_pattern(expr p, pattern) = save arg_pattern; arg_pattern = pattern mod gp_num_patterns; + if arg_is_transparent = false: + fill p withcolor gp_color_background; + fi; if pattern = gp_pattern_name_full: % fill the area fill p withcolor gp_color_current; -- cgit v1.2.3