I'm trying to write a ruby program that will output a postscript representation of a scrabble board. Some of the things I thought of are 1. Generate LaTeX 2. Generate SVG/Dia 3. Generate postscript directly 4. Draw on a canvas and use its ps output method Has anyone tried anything similar? If I go with option 4, which toolkit has the nicest canvas class? martin