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

Wrong size or proportions #1

Open
chelder86 opened this issue Aug 22, 2018 · 2 comments
Open

Wrong size or proportions #1

chelder86 opened this issue Aug 22, 2018 · 2 comments

Comments

@chelder86
Copy link

chelder86 commented Aug 22, 2018

I have found it is because the following is not an square:

<canvas style="background: rgb(153, 153, 170); width: 300px; height: 300px;" width="298" height="163"></canvas>

Changing the canvas to have 300px x 300px in all cases maybe solves the issue.

Thanks for your work!!!

Carlos

@chelder86
Copy link
Author

chelder86 commented Aug 22, 2018

This is the selector (on Firefox):

<canvas style="background: rgb(153, 153, 170) none repeat scroll 0% 0%; width: 900px; height: 464px;" width="900" height="464"></canvas>

I changed: width to 500px and height to 500px

Hope it helps!

@chelder86
Copy link
Author

Nope, that does not seem to fix the resulted image. The workaround is modifying the resulting imaging to be a square, after downloading it.

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

1 participant