sanity: fixing lots of tests
apparently i totally borked a lot of sanity tests. should be fixed now. BORK BORK BORKdev
|
|
@ -51,5 +51,5 @@ Squib::Deck.new(cards: resource_data['Name'].size) do
|
|||
rect width: :deck, height: :deck
|
||||
text str: resource_data['Name'], align: :center, width: :deck, hint: 'red'
|
||||
text str: resource_data['Cost'], align: :right, width: :deck, hint: 'red'
|
||||
save_sheet prefix: 'sample_excel_resources_' # save to a whole sheet
|
||||
save_sheet prefix: 'sample_excel_resources_', columns: 3
|
||||
end
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 72 KiB |
|
|
@ -688,12 +688,12 @@ cairo: set_source([MockDouble, 100, 0])
|
|||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 200, 0])
|
||||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 300, 0])
|
||||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 400, 0])
|
||||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 0, 101])
|
||||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 100, 101])
|
||||
cairo: paint([])
|
||||
cairo: set_source([MockDouble, 200, 101])
|
||||
cairo: paint([])
|
||||
surface: write_to_png(["_output/sample_excel_resources_00.png"])
|
||||
surface: finish([])
|
||||
surface: finish([])
|
||||
|
|
|
|||