diff options
| author | 2026-08-01 13:15:38 +0700 | |
|---|---|---|
| committer | 2026-08-01 13:15:38 +0700 | |
| commit | 8a90bca75c8d8755016b46747ca943bb7b37140c (patch) | |
| tree | e45289bb96aea9216cb33a550e13c3fe477fa2cd /cgit.svg | |
| parent | 793860dbd6df42d5bbf05542f2292a1c6d30fc76 (diff) | |
| download | cgitext-1.3.1+11.tar.gz cgitext-1.3.1+11.zip | |
logo: include svg variant for both favicon and logov1.3.1+11
The reasoning behind using svg as primary defaults is simple – at
close-up it is much neater, plus svg favicon is supported since 2015 in
Firefox, 2020 in Chromium, 2025 in Safari. For old browsers ico is still
kept as a fallback.
The svg was auto-generated using a Python script and then simplified to
a path, but kept close to an original.
Diffstat (limited to 'cgit.svg')
| -rw-r--r-- | cgit.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.svg b/cgit.svg new file mode 100644 index 0000000..43fee2c --- /dev/null +++ b/cgit.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="96" height="64" viewBox="0 0 96 64" fill="none" stroke="#a00" stroke-width="5"> + <title>cgit</title> + <path d="M31.5 27.5A9 9 0 0 0 22.5 18.5h-5A9 9 0 0 0 8.5 27.5V38a9 9 0 0 0 9 9h5a9 9 0 0 0 9-9M31.5 38v12.5a8 8 0 0 1-8 8H17a8 8 0 0 1-8-8M46.5 3v5m0 8v33M62.5 9v29.75a7.75 7.75 0 0 0 15.5 0V37"/> + <path stroke-width="4" d="M56 18h25"/> +</svg> |