HTML and CSS Reference
In-Depth Information
context . fillStyle = '#ffffaa' ;
context . fillRect ( 0 , 0 , theCanvas . width , theCanvas . height );
//Box
context . strokeStyle = '#000000' ;
context . strokeRect ( 5 , 5 , theCanvas . width 10 , theCanvas . height 10 );
Search WWH ::




Custom Search