20.11.2017 Views

My HTML 5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>HTML</strong>5<br />

width: 100px;<br />

height:100px;<br />

margin: 0px auto;<br />

}<br />

<br />

<br />

function drawShape(){<br />

// get the canvas element using the DOM<br />

var canvas = document.getElementById('mycanvas');<br />

// Make sure we don't execute when canvas isn't supported<br />

if (canvas.getContext){<br />

// use getContext to use the canvas for drawing<br />

var ctx = canvas.getContext('2d');<br />

ctx.translate(100,100);<br />

for (i=1; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!