Describe the bug
When using a very basic deck script with all default values I am getting an error when saving via a sprue.
To Reproduce
run this script
require 'squib'
Squib::Deck.new(cards: 9) do
rect
text
save_png
save_sheet sprue: 'letter_poker_card_9up.yml',
prefix: "sprue_example_"
end
Expected behavior
I would expect this data with no layout info to produce cars that fit on the sheet.
Environment
Check the following: