(px, py, pw, ph, on)
| 26 | const t = Math.max(2, h * 0.10); |
| 27 | |
| 28 | function bar(px, py, pw, ph, on) { |
| 29 | ctx.fillStyle = on ? theme.widget_text : theme.widget_border; |
| 30 | ctx.fillRect(px, py, pw, ph); |
| 31 | } |
| 32 | |
| 33 | bar(x + t, y, w - 2 * t, t, segs[0]); // a |
| 34 | bar(x + w - t, y + t, t, h * 0.5 - t * 1.5, segs[1]); // b |