67.2 Image Maps


Recording Rectangles
Recording Circles
Recording Polygons
alternative Textual Menues
Utilities

Origin at left-top corner of picture.

Possible options for textual links.

The �A USEMAP=...� tag is ignored by drawing displayer.

<..image maps for /Draw..>
 \def\DrawMap{%
   \NewHaddr\:temp
   \xdef\:Map{{<map name="\:temp">}}%
   \edef\u:map{ usemap="\:sharp\:temp" }%
   \NewHaddr\alt:map
   \def\after:dra{\EndLink
       \HPage[\alt:map]{}{\expandafter\map:menu\:Map}\EndHPage{}%
       {\expandafter\HCode\:Map}\HCode{</map>}%
       \let\u:map=\empty \let\after:dra=\empty }%
   \Link[\RefFile{\alt:map}]{}{}\Draw[textual map]}
 
 \let\after:dra=\empty
 -_-_-

<..image map after /Draw..>
 \after:dra
 -_-_-