fix image position in example

This commit is contained in:
Becky Gilbert 2021-02-18 16:45:11 -08:00
parent bb7b3f0570
commit 82cbd46a44

View File

@ -50,7 +50,7 @@
ctx.drawImage(img1, 0, 0, 90, 90);
}, false);
img2.addEventListener('load', function() {
ctx.drawImage(img2, 500, 600, 90, 90);
ctx.drawImage(img2, 400, 400, 90, 90);
}, false);
img3.addEventListener('load', function() {
ctx.drawImage(img3, 300, 100, 90, 90);