Just seen the article on arc. Not figured out the syntax yet,
(processing book in other room, so I can look it up) but I decided
to see if it had made it to the manual. It does remind me of
PostScript though.
The manual is a pretty good representation of the shoes app, but it
doesn't play well with large print. In firefox, play with
<ctrl-scrollwheel>. You will see that when the text gets large, the
menu on the left flows off the bottom of the display, but you can't
scroll down to see it. The easiest fix for this is usually margins:
auto; in the CSS, but that introduces ugly scrollbars. You may have
another preferred method. I'm not sure if the FF developers ever
test with print quite as big as I usually use for the web! I use
about 24 point, so that's how I scale the smallest text...
Hugh