Skip to content
New issue

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

Card size is larger than sprue's expected card size of 750.0x1050.0. Cards may overlap. #391

Open
2 tasks done
smarinel opened this issue Sep 17, 2024 · 0 comments
Open
2 tasks done
Labels

Comments

@smarinel
Copy link

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

  • OS: (Windows 11)

Check the following:

  • [X ] I have updated Squib to the latest version.
  • [ X] I have checked the Squib issues backlog for something similar
  • I have attempted to make a minimal script demonstrating my problem
  • I have reviewed the Squib Docs and there's still a problem
@smarinel smarinel added the bug label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant