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
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Nope, that does not seem to fix the resulted image. The workaround is modifying the resulting imaging to be a square, after downloading it.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: