From 1ce342d083dd738e46cc7ead8923c57dcabfc76b Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 26 Oct 2002 04:20:55 +0000 Subject: * tmac/www.tmac (DC): Fix case of overlapping images. --- tmac/www.tmac | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'tmac/www.tmac') diff --git a/tmac/www.tmac b/tmac/www.tmac index 0db647eb..01de668f 100644 --- a/tmac/www.tmac +++ b/tmac/www.tmac @@ -513,9 +513,19 @@ . el \{\ . ie r ps4html \{\ . www-make-unique-name +. \" To avoid interferences with another DC macro call which is located +. \" very near to the current one, we draw the glyph on a separate page. +. \" Otherwise it could theoretically happen that the dropped capital +. \" glyphs overlap. +. bp +. ev www-DC +. vs 80p . nop \O[5i\\*[www-unique-name].png]\O[1] -. nop \m[\\*[www-dropcolor]]\s[40]\O[3]\\$1\O[4]\s0\m[] -. nop \O[2]\O[1] +. nop \m[\\*[www-dropcolor]]\s[40]\O[3]\\$1\O[4] +. nop \O[2]\O[0] +. br +. ev +. bp . \} . el \{\ . nr dummy \w'\\$1'u -- cgit v1.2.1