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