aidn commited on
Commit
3f50cdd
·
verified ·
1 Parent(s): 9b50c00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -739,8 +739,8 @@ function exportBadgePNG(type, pct, score, verdict, medal, date) {
739
 
740
  // 6. Score & Prozent
741
  ctx.textAlign = 'right';
742
- ctx.font = '900 130px Arial, sans-serif';
743
- ctx.fillText(pct + '%', 1110, 150);
744
 
745
  ctx.font = 'bold 28px Arial, sans-serif';
746
  ctx.fillStyle = '#666';
 
739
 
740
  // 6. Score & Prozent
741
  ctx.textAlign = 'right';
742
+ ctx.font = '900 100px Arial, sans-serif';
743
+ ctx.fillText(pct + '%', 1110, 160);
744
 
745
  ctx.font = 'bold 28px Arial, sans-serif';
746
  ctx.fillStyle = '#666';