Property:
strokeRect:
0,0,150,100
10,0,150,100
20,0,150,100
30,0,150,100
50,0,150,100
100,0,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