NAME

Games::Chess::Coverage::SVG::Board - Draw a chess board

DESCRIPTION

Render an SVG chess board.

Required plug-in arguments with sample settings:

board_color  => [256,256,256]
border       => 2
border_color => [0,0,0]
letters      => 1
letter_color => [0,0,0]
grid         => 1
grid_color   => [50,50,50]

SEE ALSO

The source code of this file of course.

Games::Chess

Games::Chess::Coverage

Games::Chess::Coverage::Draw

Games::Chess::Coverage::SVG

SVG

SVG::Draw

AUTHOR

Gene Boggs <gene@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2004, Gene Boggs

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.