summaryrefslogtreecommitdiff
path: root/metapost
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-06-26 00:03:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-06-26 00:03:45 +0200
commit1586f911ab2a59c70e15db58a5beb3d74f44dd7a (patch)
tree625db9ad506a6d01365173c2e9823640485a20ad /metapost
parent2ea1b4f020b6bdc233f5db99847638997e36eb57 (diff)
downloadcontext-1586f911ab2a59c70e15db58a5beb3d74f44dd7a.tar.gz
2021-06-25 22:47:00
Diffstat (limited to 'metapost')
-rw-r--r--metapost/context/base/mpxl/mp-abck.mpxl26
1 files changed, 13 insertions, 13 deletions
diff --git a/metapost/context/base/mpxl/mp-abck.mpxl b/metapost/context/base/mpxl/mp-abck.mpxl
index 730aed21d..7566ae4e4 100644
--- a/metapost/context/base/mpxl/mp-abck.mpxl
+++ b/metapost/context/base/mpxl/mp-abck.mpxl
@@ -36,26 +36,26 @@ par_strut_depth := 0 ;
pair boxgriddirection ; boxgriddirection := up ; % to be interfaced
numeric boxgriddistance ; boxgriddistance := .5cm ; % to be interfaced
-def boxgridtype = (runscript mfid_mpvarn "gridtype" ) enddef ;
-def boxgridwidth = (runscript mfid_mpvard "gridwidth" ) enddef ;
-def boxgridshift = (runscript mfid_mpvard "gridshift" ) enddef ;
-def boxgridcolor = (runscript mfid_mpvars "gridcolor" ) enddef ;
+def boxgridtype = (runscript mfid_mpvarn "gridtype") enddef ;
+def boxgridwidth = (runscript mfid_mpvard "gridwidth") enddef ;
+def boxgridshift = (runscript mfid_mpvard "gridshift") enddef ;
+def boxgridcolor = (runscript mfid_mpvars "gridcolor") enddef ;
-def boxlinetype = (runscript mfid_mpvarn "linetype" ) enddef ;
-def boxlinewidth = (runscript mfid_mpvard "linewidth" ) enddef ;
+def boxlinetype = (runscript mfid_mpvarn "linetype") enddef ;
+def boxlinewidth = (runscript mfid_mpvard "linewidth") enddef ;
def boxlineradius = (runscript mfid_mpvard "lineradius") enddef ;
def boxlineoffset = (runscript mfid_mpvard "lineoffset") enddef ;
-def boxlinecolor = (runscript mfid_mpvars "linecolor" ) enddef ;
+def boxlinecolor = (runscript mfid_mpvars "linecolor") enddef ;
-def boxfilltype = (runscript mfid_mpvarn "filltype" ) enddef ;
+def boxfilltype = (runscript mfid_mpvarn "filltype") enddef ;
def boxfilloffset = (runscript mfid_mpvard "filloffset") enddef ;
-def boxfillcolor = (runscript mfid_mpvars "fillcolor" ) enddef ;
+def boxfillcolor = (runscript mfid_mpvars "fillcolor") enddef ;
-def boxdashtype = (runscript mfid_mpvarn "dashtype" ) enddef ;
+def boxdashtype = (runscript mfid_mpvarn "dashtype") enddef ;
-def boxalternative = (runscript mfid_mpvarn "alternative" ) enddef;
-def boxdistance = (runscript mfid_mpvard "distance" ) enddef;
-def boxtopoffset = (runscript mfid_mpvard "topoffset" ) enddef;
+def boxalternative = (runscript mfid_mpvarn "alternative") enddef;
+def boxdistance = (runscript mfid_mpvard "distance") enddef;
+def boxtopoffset = (runscript mfid_mpvard "topoffset") enddef;
def boxbottomoffset = (runscript mfid_mpvard "bottomoffset") enddef;
def boxgridoptions = withcolor boxgridcolor enddef ;