#include "Canvas.as"
Canvas.setBackgroundColor(.8, .0, .5);
Canvas.setPenColor(.5, .6, .0);
var top = .3; 
var bottom = .5; //length of line//
var left= .32;
var negativespace= .001;

/*I named lines to characterize the penweight and negative space for each. 
There are values a-e that correspond to thin and thick lines with increasing 
amounts of negative space.*/

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left,top,left,bottom);

//line b // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+negativespace, top,left+negativespace,bottom);

//line b // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.004,top,left+.004,bottom);

//line c // 
Canvas.setPenWeight(.004);
Canvas.drawLine(left+.008,top,left+.008,bottom);

//line d//
Canvas.setPenWeight(.001);
Canvas.drawLine(left+.014,top,left+.014,bottom);
//Canvas.drawLine(.555, length, .5555, length);//

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.017,top,left+.017,bottom);

//line d//
Canvas.setPenWeight(.001);
Canvas.drawLine(left+.019,top,left+.019,bottom);
//Canvas.drawLine(.555, length, .5555, length);//

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.021,top,left+.021,bottom);


//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.024,top,left+.024,bottom);

//line d//
Canvas.setPenWeight(.008);
Canvas.drawLine(left+.034,top,left+.034,bottom);

//line C // 
Canvas.setPenWeight(.004);
Canvas.drawLine(left+.038, top,left+.038,bottom);

//line b // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.041,top,left+.041,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.054,top,left+.054,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.066,top,left+.066,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.069,top,left+.069,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.071,top,left+.071,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.074,top,left+.074,bottom);

//line C//
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.079,top,left+.079,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.083,top,left+.083,bottom);

//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.093,top,left+.093,bottom);

//line d//
Canvas.setPenWeight(.008);
Canvas.drawLine(left+.100,top,left+.100,bottom);

//line d//
Canvas.setPenWeight(.008);
Canvas.drawLine(left+.107,top,left+.107,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.054,top,left+.054,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.066,top,left+.066,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.116,top,left+.116,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.118,top,left+.118,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.12,top,left+.12,bottom);

//line C//
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.125,top,left+.125,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.133,top,left+.133,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.145,top,left+.145,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.157,top,left+.157,bottom);

//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.164,top,left+.164,bottom);

//line d//
Canvas.setPenWeight(.008);
Canvas.drawLine(left+.173,top,left+.173,bottom);

//line B//
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.185,top,left+.173,bottom);

//line A//
Canvas.setPenWeight(.003);
Canvas.drawLine(left+.193,top,left+.173,bottom);

//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.2,top,left+.173,bottom);

//line b // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.208, top,left+ .173,bottom);

//line c // 
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.215,top,left+.173,bottom);

//line c // 
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.234,top,left+.176,bottom);

//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.245,top,left+.179,bottom);

//line d//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.278,top,left+.180,bottom);

//line c // 
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.29,top,left+.185,bottom);

//line c // 
Canvas.setPenWeight(.006);
Canvas.drawLine(left+.303,top,left+.188,bottom);

//line a // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.31,top,left+.188,bottom);

//line a // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.314,top,left+.189,bottom);

//line a // 
Canvas.setPenWeight(.002);
Canvas.drawLine(left+.37,top+.01,left+.19,bottom);

//line E//
Canvas.setPenWeight(.015);
Canvas.drawLine(left+.4,top+.05,left+.19,bottom);

//line E//
Canvas.setPenWeight(.01);
Canvas.drawLine(left+.25,.5,left+.45,bottom);