@@ -284,43 +284,43 @@ function generateCard(array $stats, array $params = null): string
284
284
<g style='isolation: isolate'>
285
285
<!-- Total Contributions Big Number -->
286
286
<g transform='translate(1,48)'>
287
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideNums " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 700; font-size: 28px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 0.6s'>
287
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideNums " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 700' font-size=' 28px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 0.6s'>
288
288
{$ totalContributions }
289
289
</text>
290
290
</g>
291
291
292
292
<!-- Total Contributions Label -->
293
293
<g transform='translate(1,84)'>
294
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 14px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 0.7s'>
294
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 14px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 0.7s'>
295
295
{$ totalContributionsText }
296
296
</text>
297
297
</g>
298
298
299
299
<!-- total contributions range -->
300
300
<g transform='translate(1,114)'>
301
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 12px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 0.8s'>
301
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 12px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 0.8s'>
302
302
{$ totalContributionsRange }
303
303
</text>
304
304
</g>
305
305
</g>
306
306
<g style='isolation: isolate'>
307
307
<!-- Current Streak Big Number -->
308
308
<g transform='translate(166,48)'>
309
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["currStreakNum " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 700; font-size: 28px; font-style: normal; animation: currstreak 0.6s linear forwards'>
309
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["currStreakNum " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 700' font-size=' 28px' font-style=' normal' style=' animation: currstreak 0.6s linear forwards'>
310
310
{$ currentStreak }
311
311
</text>
312
312
</g>
313
313
314
314
<!-- Current Streak Label -->
315
315
<g transform='translate(166,108)'>
316
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["currStreakLabel " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 700; font-size: 14px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 0.9s'>
316
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["currStreakLabel " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 700' font-size=' 14px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 0.9s'>
317
317
{$ currentStreakText }
318
318
</text>
319
319
</g>
320
320
321
321
<!-- Current Streak Range -->
322
322
<g transform='translate(166,145)'>
323
- <text x='81.5' y='21' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 12px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 0.9s'>
323
+ <text x='81.5' y='21' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 12px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 0.9s'>
324
324
{$ currentStreakRange }
325
325
</text>
326
326
</g>
@@ -339,21 +339,21 @@ function generateCard(array $stats, array $params = null): string
339
339
<g style='isolation: isolate'>
340
340
<!-- Longest Streak Big Number -->
341
341
<g transform='translate(331,48)'>
342
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideNums " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 700; font-size: 28px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 1.2s'>
342
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideNums " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 700' font-size=' 28px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 1.2s'>
343
343
{$ longestStreak }
344
344
</text>
345
345
</g>
346
346
347
347
<!-- Longest Streak Label -->
348
348
<g transform='translate(331,84)'>
349
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 14px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 1.3s'>
349
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 14px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 1.3s'>
350
350
{$ longestStreakText }
351
351
</text>
352
352
</g>
353
353
354
354
<!-- Longest Streak Range -->
355
355
<g transform='translate(331,114)'>
356
- <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 12px; font-style: normal; opacity: 0; animation: fadein 0.5s linear forwards 1.4s'>
356
+ <text x='81.5' y='32' stroke-width='0' text-anchor='middle' fill=' {$ theme ["dates " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 12px' font-style=' normal' style=' opacity: 0; animation: fadein 0.5s linear forwards 1.4s'>
357
357
{$ longestStreakRange }
358
358
</text>
359
359
</g>
@@ -399,7 +399,7 @@ function generateErrorCard(string $message, array $params = null): string
399
399
<g style='isolation: isolate'>
400
400
<!-- Error Label -->
401
401
<g transform='translate(166,108)'>
402
- <text x='81.5' y='50' dy='0.25em' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' style=' font-family: \"Segoe UI \", Ubuntu, sans-serif; font-weight: 400; font-size: 14px; font-style: normal'>
402
+ <text x='81.5' y='50' dy='0.25em' stroke-width='0' text-anchor='middle' fill=' {$ theme ["sideLabels " ]}' stroke='none' font-family=' \"Segoe UI \", Ubuntu, sans-serif' font-weight=' 400' font-size=' 14px' font-style=' normal'>
403
403
{$ message }
404
404
</text>
405
405
</g>
0 commit comments