1 / 1
Canvas (245px*150px)
10 likes | 192 Vues
Piste (0,0). Piste (245,0). Canvas (245px*150px). Piste (75,75). 150px. <canvas id=" myCanvas " width="245" height="150“ > Your browser does not support the canvas element. </canvas> < script type="text/javascript "> var c=document.getElementById (" myCanvas ");
Télécharger la présentation
Canvas (245px*150px)
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Piste (0,0) Piste (245,0) Canvas (245px*150px) Piste (75,75) 150px <canvas id="myCanvas" width="245" height="150“ > Your browser does not support the canvas element. </canvas> <scripttype="text/javascript"> varc=document.getElementById("myCanvas"); varcxt=c.getContext("2d"); cxt.fillStyle=" #B9D500 "; cxt.fillRect(75,75,245,150); </script> Piste (0,150) Piste (245,150) 245px
More Related