168169170171172173174175176177178
tpOff.circle(width / 2, height / 2, diameter / 2 - strokeWidth / 2); tpOn.circle(width / 2, height / 2, diameter / 2 - strokeWidth / 2); if (! normal) { tpOff.fillStroke(); tpOn.fillStroke(); } else { tpOff.stroke(); tpOn.stroke(); }