Quotes help make search much faster. Example: "Practice Makes Perfect"

Sunday, December 30, 2012

Codecademy Sample Solution: Projects Using .fillStyle



var my_canvas=document.getElementById('canvas');
var context=my_canvas.getContext('2d');
context.beginPath();
context.fillStyle = 'red';
context.fillRect(50, 80, 100, 20);

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts