line1.moveTo(80, 10);
line1.lineTo(80, 70);
line1.lineTo(110, 40);
line1.lineWidth = 4;
line1.lineJoin = "round";
line1.stroke();