commit 9b0d770daf8cea997be6fc2440dfa87914be3a99
Author: FRIGN <dev_AT_frign.de>
Date: Wed Jul 9 16:13:42 2014 +0200
Vectorize st-logo
Second of a row of patches to go from png to svg for the logos.
diff --git a/st.suckless.org/index.md b/st.suckless.org/index.md
index 34475f7..4134784 100644
--- a/st.suckless.org/index.md
+++ b/st.suckless.org/index.md
_AT_@ -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
deleted file mode 100644
index 9163590..0000000
Binary files a/st.suckless.org/st.png and /dev/null differ
diff --git a/st.suckless.org/st.svg b/st.suckless.org/st.svg
new file mode 100644
index 0000000..f1ffea1
--- /dev/null
+++ b/st.suckless.org/st.svg
_AT_@ -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>
Received on Wed Jul 09 2014 - 16:13:16 CEST