Skip Menu |

This queue is for tickets about the Games-Go-Sgf2Dg CPAN distribution.

Report information
The Basics
Id: 40803
Status: resolved
Priority: 0/
Queue: Games-Go-Sgf2Dg

People
Owner: Nobody in particular
Requestors: przemyslaw.wesolek [...] cs.put.poznan.pl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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