171172173174175176177178179180181
if (! normal) { tpOff.fillStroke(); tpOn.fillStroke(); } else { tpOff.stroke(); tpOn.stroke(); } setFillColor(tpOn, color); if (! normal) { tpOn.circle(width / 2, height / 2, diameter * 0.23f);