sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 9b0d770daf8cea997be6fc2440dfa87914be3a99
parent 58384783a4a8c249d5b271c531ba9bbc3c4c19e9
Author: FRIGN <dev@frign.de>
Date:   Wed,  9 Jul 2014 16:13:42 +0200

Vectorize st-logo

Second of a row of patches to go from png to svg for the logos.

Diffstat:
Mst.suckless.org/index.md | 2+-
Dst.suckless.org/st.png | 0
Ast.suckless.org/st.svg | 4++++
3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md @@ -1,4 +1,4 @@ -![st](st.png) +![st](st.svg) st is a simple terminal implementation for X. diff --git a/st.suckless.org/st.png b/st.suckless.org/st.png Binary files differ. diff --git a/st.suckless.org/st.svg b/st.suckless.org/st.svg @@ -0,0 +1,4 @@ +<?xml version="1.0"?> +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="40"> +<path style="fill:#222" d="m 0,32 8,0 0,-16 40,0 0,8 -8,0 0,16 -8,0 0,-16 -16,0 0,16 -16,0 z"/> +</svg>