web/sparkline: inline-SVG sparkline renderer (empty / single / multi)

This commit is contained in:
2026-05-07 18:50:23 +01:00
parent bb2a88be24
commit db88c5a7d1
5 changed files with 145 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 20" class="repo-sparkline" role="img" aria-label="repo size trend"><line x1="2" y1="10" x2="78" y2="10" stroke="currentColor" stroke-opacity="0.15" stroke-dasharray="2,2"/><text x="40" y="14" text-anchor="middle" font-size="14" fill="currentColor" fill-opacity="0.4"></text></svg>

After

Width:  |  Height:  |  Size: 340 B