diff options
| author | Hans Hagen <pragma@wxs.nl> | 2018-09-30 20:33:04 +0200 | 
|---|---|---|
| committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2018-09-30 20:33:04 +0200 | 
| commit | e3ad6b783e6162de6dad5531299e69c3d3079b9c (patch) | |
| tree | 5b78f96f02bd8eb4b784484aa720930959afa404 /metapost | |
| parent | d6c24a529d922ac67d2a30595c52b6b9547dce77 (diff) | |
| download | context-e3ad6b783e6162de6dad5531299e69c3d3079b9c.tar.gz | |
2018-09-30 19:42:00
Diffstat (limited to 'metapost')
| -rw-r--r-- | metapost/context/base/mpiv/mp-tool.mpiv | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/metapost/context/base/mpiv/mp-tool.mpiv b/metapost/context/base/mpiv/mp-tool.mpiv index 4c7303f44..fc0e566df 100644 --- a/metapost/context/base/mpiv/mp-tool.mpiv +++ b/metapost/context/base/mpiv/mp-tool.mpiv @@ -304,7 +304,7 @@ def newpair      text v = forsuffixes i=v : save i ; pair      i ; endfor ; endd  %D set_inner_boundingbox p  %D \stoptyping -path    mfun_boundingbox_stack ; +path    mfun_boundingbox_stack[] ;  numeric mfun_boundingbox_stack_depth ;  mfun_boundingbox_stack_depth := 0 ; @@ -316,7 +316,7 @@ enddef ;  def popboundingbox text p =      setbounds p to mfun_boundingbox_stack[mfun_boundingbox_stack_depth] ; -    mfun_boundingbox_stack[mfun_boundingbox_stack_depth] := origin ; +    mfun_boundingbox_stack[mfun_boundingbox_stack_depth] := origin -- cycle ;      mfun_boundingbox_stack_depth := mfun_boundingbox_stack_depth - 1 ;  enddef ;  | 
