summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/metafun/metafun-effects.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/metafun/metafun-effects.tex')
-rw-r--r--doc/context/sources/general/manuals/metafun/metafun-effects.tex8
1 files changed, 4 insertions, 4 deletions
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