diff --git a/code/index.html b/code/index.html index 77645e4..d9f75e2 100644 --- a/code/index.html +++ b/code/index.html @@ -1,18 +1,39 @@ + + + + + + + + +tab.push([-3,-3,"green"],[-3,2,"red"],[1,2,"orange"]); +tab2.push([-2,-3,"green"],[-3,1,"blue"],[-1,2,"purple"]); +toutDessiner(tab,canvas,ctx); +toutDessiner(tab2,canvas2,ctx2); +//console.log("anc coords " + tab); - - \ No newline at end of file +