I specified the image dimensions to be 50px by 50px but it is stretched on the y axis like this. Stretched Image
I think it may have something to do with the css styling so here is my css code.
canvas {
background-color: green;
padding: 0;
margin: auto;
display: block;
height: 700px;
width: 700px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Please tell me why the image is stretched.