Spaces:
Running
Running
Update app.py
Browse files
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
|
| 743 |
-
ctx.fillText(pct + '%', 1110,
|
| 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';
|