We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: