From 52c91dd191d7bd30d41aaf259480ee862160a251 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 5 May 2021 20:33:15 +0200 Subject: 2021-05-05 19:24:00 --- doc/context/sources/general/manuals/metafun/metafun-effects.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/context/sources/general/manuals/metafun/metafun-effects.tex b/doc/context/sources/general/manuals/metafun/metafun-effects.tex index 6c020acda..16fb4ef6a 100644 --- a/doc/context/sources/general/manuals/metafun/metafun-effects.tex +++ b/doc/context/sources/general/manuals/metafun/metafun-effects.tex @@ -1237,7 +1237,7 @@ definition. \startbuffer \startMPclip{head clip} - w := \width ; h := \height ; + w := OverlayWidth ; h := OverlayHeight ; clip currentpicture to ((0,h)--(w,h){down}..{left}(0,0)--cycle) ; \stopMPclip @@ -1305,7 +1305,7 @@ We can call up such a buffer as if it were an external figure. \in {Figure} \startbuffer[a] \startMPclip{text clip} clip currentpicture to fullcircle shifted (.5,.5) - xscaled \width yscaled \height ; + xscaled OverlayWidth yscaled OverlayHeight ; \stopMPclip \stopbuffer @@ -1373,7 +1373,7 @@ in a similar way, using the predefined path \type {diamond}: \starttyping \startMPclip{diamond} clip currentpicture to unitdiamond - xscaled \width yscaled \height ; + xscaled OverlayWidth yscaled OverlayHeight ; \stopMPclip \stoptyping @@ -1384,7 +1384,7 @@ with \CONTEXT. \starttyping \startMPclip{negellipse} clip currentpicture to (unitcircle peepholed unitsquare) - xscaled \width yscaled \height ; + xscaled OverlayWidth yscaled OverlayHeight ; \stopMPclip \stoptyping -- cgit v1.2.3