xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 47a24aeaaa8714a78d18df804e78ad146bd0ec94

Make text on a badge more legible via better fonts
Author: xaizek
Author date (UTC): 2023-03-05 14:45
Committer name: xaizek
Committer date (UTC): 2023-03-05 14:45
Parent(s): 11f1c5b901a3e665b40a4d6735a0e1a4e58bfea3
Signing key: 99DC5E4DB05F6BE2
Tree: 4e02ce9ed284105b7f2d7e7f37277e0901b030ed
File Lines added Lines deleted
badge.php 4 1
File badge.php changed (mode: 100644) (index ba956a7..9e99015)
... ... try {
55 55 <rect rx=\"3\" x=\"37\" width=\"53\" height=\"20\" fill=\"$color\"/> <rect rx=\"3\" x=\"37\" width=\"53\" height=\"20\" fill=\"$color\"/>
56 56 <path fill=\"$color\" d=\"M37 0h4v20h-4z\"/> <path fill=\"$color\" d=\"M37 0h4v20h-4z\"/>
57 57 <rect rx=\"3\" width=\"90\" height=\"20\" fill=\"url(#a)\"/> <rect rx=\"3\" width=\"90\" height=\"20\" fill=\"url(#a)\"/>
58 <g fill=\"#fff\" text-anchor=\"middle\" font-family=\"sans-serif\" font-size=\"11\">
58 <g fill=\"#fff\"
59 text-anchor=\"middle\"
60 font-family=\"DejaVu Sans,Verdana,Geneva,sans-serif\"
61 font-size=\"11\">
59 62 <text x=\"19.5\" y=\"15\" fill=\"#010101\" fill-opacity=\".3\">build</text> <text x=\"19.5\" y=\"15\" fill=\"#010101\" fill-opacity=\".3\">build</text>
60 63 <text x=\"19.5\" y=\"14\">build</text> <text x=\"19.5\" y=\"14\">build</text>
61 64 <text x=\"62.5\" y=\"15\" fill=\"#010101\" fill-opacity=\".3\">$label</text> <text x=\"62.5\" y=\"15\" fill=\"#010101\" fill-opacity=\".3\">$label</text>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master