Estpy trying to make the image on the canvas stay diagonal
This is what I have
var imageObjCextrema = new Image()
imageObjCextrema.onload = function() {
ctx.drawImage(imageObjCextrema, 35, 250, 7, 50);
}
imageObjCextrema.src = 'img...
asked by
10.05.2017 / 15:25