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

Pieces are cut funny when puzzle units are rectangular #9

Open
smitt04 opened this issue Jul 11, 2019 · 1 comment
Open

Pieces are cut funny when puzzle units are rectangular #9

smitt04 opened this issue Jul 11, 2019 · 1 comment

Comments

@smitt04
Copy link

smitt04 commented Jul 11, 2019

If the image is rectangular I and I create a square grid i.e. 4x4 or the image is square and i choose a rectangular grid i.e. 3x5 then the left and right / top and bottom are different sizes. It would be nice to always have all sides be equal cutouts. Maybe choose the smaller of the 2 sides and use that. I tried to figure out where to do that in code but I couldn't. Also if top and bottom are both inset then they tend to overlap. I attached some samples.

Screen Shot 2019-07-11 at 7 23 34 AM
Screen Shot 2019-07-11 at 7 24 31 AM
Screen Shot 2019-07-11 at 7 24 50 AM

@EnesKaraosman
Copy link

You need to select you row & column size respectively. (According to image's aspectRatio)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants