Subject: | Inverted board bounds in MetaPost output |
Date: | Mon, 10 Nov 2008 12:53:38 +0100 |
To: | bug-Games-Go-Sgf2Dg [...] rt.cpan.org |
From: | Przemyslaw Wesolek <przemyslaw.wesolek [...] cs.put.poznan.pl> |
I'm using Games-Go-Sgf2Dg 4.221, especially Dg2Mp converter.
There is a bug in Metapost output when specifying boards bounds (with -r
or -b sgf2dg option). The result is the number of rows and columns drawn
being switched.
The wrong code is in Dg2Mp.pm:205:
Show quoted text
> _int(m, n); % draw the intersections
where it should be:
Show quoted text> _int(n, m); % draw the intersections
Przemek Wesolek