ctx.fillStyle = "#ccc"; ctx.fillRect(0,0,xm,ym); ctx.strokeStyle = "#eee"; siatka(); ctx.strokeStyle = "#f00"; ctx.lineWidth = 3; ctx.beginPath(); ctx.moveTo(100,100); ctx.lineTo(200,500); ctx.stroke(); Rysuj