Open Ryan1729 opened 4 years ago
ctx.fillRect(0,0,20,20,20); -> ctx.fillRect(0,0,20,20); The first version has a third 20.
ctx.fillRect(0,0,20,20,20);
ctx.fillRect(0,0,20,20);
20
ctx.fillRect(0,0,20,20,20);
->ctx.fillRect(0,0,20,20);
The first version has a third20
.