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
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