Searched refs:barWidth (Results 1 – 1 of 1) sorted by relevance
98 const barWidth = 3;104 ctx.lineTo(position + barWidth / 2, triangleHeight);105 ctx.lineTo(position + barWidth / 2, this.getHeight());106 ctx.lineTo(position - barWidth / 2, this.getHeight());107 ctx.lineTo(position - barWidth / 2, triangleHeight);322 const barWidth = 2; constant325 this.ctx.moveTo(position - barWidth / 2, 0);329 this.ctx.lineTo(position + barWidth / 2, flagHeight);330 this.ctx.lineTo(position + barWidth / 2, this.getHeight());331 this.ctx.lineTo(position - barWidth / 2, this.getHeight());