W
Resource Links
Examples
For Your Clients
The Authors
Site Index

The image to the left is an SVG file. You can zoom in, zoom out, or pan around the image if you've downloaded the SVG browser plugin from Adobe.

Macintosh:
Zoom in:
Command/Click

Zoom Out:
Command/Shift/Click

Pan:
Option/Drag

PC:
Zoom in:
Control/Click

Zoom Out:
Control/Shift/Click

Pan:
Alt/Drag

 

 

The Virtual Last Chapter

Design Notes:

The illustration/map is a vector file that was created in Adobe Illustrator 9.1, then exported as an SVG file.

The SVG file was placed on the web page by inserting an EMBED tag into the HTML code in the desired table cell. The code looks like this:

<EMBED SRC="map.svg" width="500" height="500" type="image/svg-xml">

The "width" and "height" values determine the pixel size of the viewing area in which the SVG file will be displayed, zoomed, and panned.