()
| 50 | |
| 51 | // Vertial: bottom right |
| 52 | bottomRight() { |
| 53 | this._ctx.fillRect(this._barWidth + this._horBarHeight, this._barWidth * 2 + this._verBarHeight, |
| 54 | this._barWidth, this._verBarHeight); |
| 55 | } |
| 56 | |
| 57 | // Horizontal: top |
| 58 | top() { |
no test coverage detected