diff options
author | Hans Hagen <pragma@wxs.nl> | 2022-08-25 17:57:42 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2022-08-25 17:57:42 +0200 |
commit | a389a16197fed7803672a8e16fd31d634725d49a (patch) | |
tree | ff79e88e68f213d0a226f57caa23809e720d3c5c /metapost | |
parent | 178de9556e3cb519672f9b54db7b5b29eec43c69 (diff) | |
download | context-a389a16197fed7803672a8e16fd31d634725d49a.tar.gz |
2022-08-25 17:40:00
Diffstat (limited to 'metapost')
-rw-r--r-- | metapost/context/base/mpxl/mp-tool.mpxl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/metapost/context/base/mpxl/mp-tool.mpxl b/metapost/context/base/mpxl/mp-tool.mpxl index e77314439..7462b0ace 100644 --- a/metapost/context/base/mpxl/mp-tool.mpxl +++ b/metapost/context/base/mpxl/mp-tool.mpxl @@ -1799,8 +1799,8 @@ def mfun_draw_controlpoints text t = % normaldraw postcontrol i of temp_c mfun_opt_ctr t ; % endfor ; for i within temp_c : - normaldraw pathprecontrol t mfun_opt_pnt t ; - normaldraw pathpostcontrol t mfun_opt_pnt t ; + normaldraw pathprecontrol t mfun_opt_ctr t ; + normaldraw pathpostcontrol t mfun_opt_ctr t ; endfor ; enddef; @@ -1810,8 +1810,8 @@ def mfun_draw_controllines text t = % normaldraw point i of temp_c -- postcontrol i of temp_c mfun_opt_lin t ; % endfor ; for i within temp_c : - normaldraw pathpoint -- pathprecontrol t mfun_opt_pnt t ; - normaldraw pathpoint -- pathpostcontrol t mfun_opt_pnt t ; + normaldraw pathpoint -- pathprecontrol t mfun_opt_lin t ; + normaldraw pathpoint -- pathpostcontrol t mfun_opt_lin t ; endfor ; enddef; |