parent
ddb1f983be
commit
5235b15fe4
|
|
@ -81,7 +81,6 @@ module Squib
|
||||||
surface = trim(@cards[i].cairo_surface, p[:trim], @width, @height)
|
surface = trim(@cards[i].cairo_surface, p[:trim], @width, @height)
|
||||||
cc.set_source(surface, x, y)
|
cc.set_source(surface, x, y)
|
||||||
cc.paint
|
cc.paint
|
||||||
bar.increment
|
|
||||||
num_this_sheet += 1
|
num_this_sheet += 1
|
||||||
x += surface.width + p[:gap]
|
x += surface.width + p[:gap]
|
||||||
if num_this_sheet % p[:columns] == 0 # new row
|
if num_this_sheet % p[:columns] == 0 # new row
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue