From 6b810e3290407466cbd8b3de4c127bb0cd5b9ea1 Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sat, 25 Jul 2026 17:19:07 +0800 Subject: [PATCH] style: roundRect ticks for smoother gauge appearance --- dashboards/forza_composite/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index f81bb3b..e3b1f38 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -107,11 +107,11 @@ const M={aspect_ratio:"16:9",render_mode:"contain"};let GAME_ID=''; function twScale(i){if(i>=Na)return 1;return 2-(i/(Na-1))} // bg ticks - for(let i=0;i=rl?'rgba(255,50,35,.95)':'rgba(255,255,255,.85)';ctx.fillRect(-w/2,-h/2,w,h);ctx.restore()} + for(let i=0;i=rl?'rgba(255,50,35,.95)':'rgba(255,255,255,.85)';ctx.fill();ctx.restore()} // scale nums - larger const sx=Ca/640*W,sy=Cb/480*H,sr=Cr/640*W;