Games::Go::SGF2misc::SVG

Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG.
Download

Games::Go::SGF2misc::SVG Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Orien Vandenbergh
  • Publisher web site:
  • http://search.cpan.org/~orien/Games-Go-SGF2misc-SVG-1.00/lib/Games/Go/SGF2misc/SVG.pm

Games::Go::SGF2misc::SVG Tags


Games::Go::SGF2misc::SVG Description

Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG.SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG('imagesize' => '3in', 'boardsize' => 19, 'gobanColor'=> 'white' ); $image->drawGoban(); $image->placeStone('b','cd'); $image->placeStone('w',); $image->placeStone('b','db'); $image->placeStone('w','dc'); $image->placeStone('b','cc'); $image->placeStone('w','eb'); $image->placeStone('b','cb'); $image->addCircle('cb',1); $image->save($filename); # As a .svg $image->export($filename); # As a .png Requirements: · Perl


Games::Go::SGF2misc::SVG Related Software