line1.moveTo(80, 10);
line1.lineTo(80, 70);
line1.lineTo(110, 40);
line1.strokeStyle = 'rgba(0,255,0,0.5)';
line1.stroke();