Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by dasd ( 13 years ago )
var draw = document.getElementById('canvas').getContext('2d');
//зміна кольору заповнення
draw.fill;
//прямокутник (x1, y1, x2, y2)
draw.fillRect(0, 0, 400, 200);
Revise this Paste