sanity: fixing lots of tests

apparently i totally borked a lot of sanity tests. should be fixed now.

BORK BORK BORK
dev
Andy Meneely 2017-11-06 23:07:39 -05:00
parent f7407d4b6c
commit 2020b5a67a
11 changed files with 5 additions and 5 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -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([])