Questions and Answers
Problems and Solutions
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This is an example of
scrolling text
using Javascript.
Popular Posts
No comments:
Post a Comment