var anifont4_bez=new function() {

this.digitPad = 4;
this.groupPad = 30;
this.heightFrac = .85;
this.widthFrac = 1.0;

this.baseColor = [200, 200, 200];
this.partColor = { a:[215, 0, 0], b:[0,0,250], t:0.5 }
this.secondColor = [238, 238, 238];
this.colonColors = [ [200, 200, 200] , [100, 100, 100] ];

// this.bgColor = [0,0,0];

this.secondsScale = { val: 0.4 }

this.baseLineWidth = 0;
this.partLineWidth = 9;
this.colonRadius = 4;
this.beginAniTime = 0.0;
this.endAniTime = 1.0;

this.baseInFront = false;
this.pulsate = false;

this.sevenSegment = false;
this.defaultTrans = { type:'loop', turns: -1 }
this.lineCap = 'round';
this.connected = true;

this.fontName='anifont4_bez';}