link areas within images

Jay A. Carlson (nop@theory.cs.mankato.msus.edu)
Wed, 23 Jun 1993 13:19:56 -0500


> Can we have coordinates the way everyone does then, i.e. 0,0 is in
> the BOTTOM LEFT and 1,1 is at the TOP RIGHT.
> PostScript works that way, maths work that way, etc.

Of course, PostScript got this wrong in a lot of ways---for the
majority of users of PostScript, their language reads left to right,
top to bottom. In particular, this causes problems when printing on
pages of different sizes. You often see this when moving from A4 to
US Letter size, where things tend to get cut off because 0,0 is too
close to the bottom of the page.

Also note that much cruft was installed in Display PostScript to allow
flipped coordinate systems where 0,0 is top left.

I don't see this as a big issue, but most of the text we're likely to
have in the web reads top-to-bottom, so I don't wanna deal with
inverting coordinates a second time...

Jay Carlson
nop@theory.cs.mankato.msus.edu

Flat text is just *never* what you want. ---stephen p spackman