commit 9f3bc41514082bb9ed6846cdf43a69f491f9c566
parent 9b0d770daf8cea997be6fc2440dfa87914be3a99
Author: FRIGN <dev@frign.de>
Date: Wed, 9 Jul 2014 16:46:56 +0200
Vectorize surf-logo
The last one for now. This also fixes a 1px-offset in the png-logo.
Diffstat:
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/surf.suckless.org/index.md b/surf.suckless.org/index.md
@@ -1,4 +1,4 @@
-
+
surf is a simple web browser based on WebKit/GTK+. It is able
to display websites and follow links. It supports the XEmbed protocol
diff --git a/surf.suckless.org/surf.png b/surf.suckless.org/surf.png
Binary files differ.
diff --git a/surf.suckless.org/surf.svg b/surf.suckless.org/surf.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="88" height="40">
+<path style="fill:#222" d="m 0,32 8,0 0,-16 24,0 0,16 8,0 0,-16 32,0 0,-16 16,0 0,8 -8,0 0,8
+8,0 0,8 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -24,0 0,-16 -8,0 0,16 -16,0 z"/>
+</svg>