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

Method bottomRight

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

Source from the content-addressed store, hash-verified

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() {

Callers 2

drawEmptyMethod · 0.95
drawNumberMethod · 0.95

Calls 1

fillRectMethod · 0.80

Tested by

no test coverage detected