To run the Phase 2 program:

java drawphase2 < fil.svgd > fil.svg

The program takes from standard input and writes to standard output, so can take input from the terminal for testing and can send to the screen if required.

Test examples:

Test.svgd
TestBW.svgd
Juggle.svgd
JuggleBW.svgd

The BW examples use only Phase 1 commands.

Also, the -d option makes the program dumop the tree rather than process it:

java drawphase2 -d < fil.svgd

John Glauert
04 Nov 2003
