line1.shadowColor = "#f00";
line1.shadowOffsetX = 8;
line1.shadowOffsetY = 18;
line1.shadowBlur = 10;
line1.fillRect(20,10,50,40);