3
1
Back

= working_increment*6 + out_row_1; out_row_9 = working_increment*8 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_3 = working_increment*2 + row_1; // special: the right-hand side tries to squeeze 6 rows into the space of 5 out_working_increment = working_increment * 4 / 5; row_2 = row_1 + v_margin + 12; row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_3 = row_2 + vertical_space/7; row_3 = row_2 + vertical_space/7.

New Pull Request