X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=generate-board;h=015cbdcdcb897805c0cd663568c6f61cf02fa3e1;hb=18a2abcddbf329373ffc8ec0b6b2ca54734cf998;hp=03d5ae72ae5b7b13b17815e896f0ecc57f422e98;hpb=6867d04c0b37e26207137452370f2a4fa557b492;p=pandemic-rising-tide.git diff --git a/generate-board b/generate-board index 03d5ae7..015cbdc 100755 --- a/generate-board +++ b/generate-board @@ -388,8 +388,9 @@ sub computeboundings() { -$surroundw 0 rlineto closepath $w_stroke clip END - $top_adjuncts_dy_from_boundings = 35; - $bottom_adjuncts_dy_from_boundings = -7; + ($top_adjuncts_dy_from_boundings, + $bottom_adjuncts_dy_from_boundings) = @{ $c{PA}{BoundingsA1dy} }; + # ^ if we are doing it all in one go we lose less printable area } else { confess; }