MCPcopy
hub / github.com/shzlw/zeu / topRight

Method topRight

src/digital-symbol.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46 // Vertial: top right
47 topRight() {
48 this._ctx.fillRect(this._barWidth + this._horBarHeight, this._barWidth, this._barWidth, this._verBarHeight);
49 }
50
51 // Vertial: bottom right
52 bottomRight() {

Callers 2

drawEmptyMethod · 0.95
drawNumberMethod · 0.95

Calls 1

fillRectMethod · 0.80

Tested by

no test coverage detected