From 4705135755ba1d18552a2b56bfecc35d91448f4d Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 17 Apr 2013 20:23:23 +0900 Subject: [PATCH] Fix for hexHolesRectangle --- boxes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes.py b/boxes.py index 5aec8ce..65a168a 100755 --- a/boxes.py +++ b/boxes.py @@ -294,7 +294,7 @@ class Boxes: px = 2*j*w + r + lx py = i*2*dist + r + ly if i % 2: - px += dist + px += w if skip and skip(x, y, r, b, px, py): continue self.hole(px, py, r)