chiark / gitweb /
move into misc-data.pl: PA BoundingsA1dy
[pandemic-rising-tide.git] / generate-board
index 03d5ae72ae5b7b13b17815e896f0ecc57f422e98..015cbdcdcb897805c0cd663568c6f61cf02fa3e1 100755 (executable)
@@ -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;
   }