CTX beginpath reagieren
ctx.beginPath();
ctx.strokeStyle = "#333333";
ctx.lineWidth = 0.5;
ctx.moveTo(9, 3);
ctx.lineTo(8, 2);
ctx.lineTo(2, 13);
ctx.lineTo(13, 13);
ctx.stroke();
Alive Aardvark