Property:
strokeRect:
0,0,150,100
0,10,150,100
0,20,150,100
0,30,150,100
0,50,150,100
0,100,150,100
Canvas:
your browser does not support the canvas tag
Code:
var c=document.getElementById('myCanvas');
var ctx=c.getContext('2d');
ctx.strokeRect(
0,0,150,100)
;
Click the property values above to see the result
w3ii.com
- Play it