[wiki] [sites] Vectorize dwm-logo || FRIGN

From: <git_AT_suckless.org>
Date: Wed, 09 Jul 2014 14:25:50 +0200

commit 58384783a4a8c249d5b271c531ba9bbc3c4c19e9
Author: FRIGN <dev_AT_frign.de>
Date: Wed Jul 9 14:17:46 2014 +0200

    Vectorize dwm-logo
    
    png is a great image format, especially for line-art. However,
    in this case, going with svg brings some benefits:
    Zooming into png-images, you get artifacts from the png-renderer.
    This can easily be reproduced by zooming into the page and taking a
    close look at the edges.
    This means that upscaling a png in situ is not trivial. Also, the
    source-code is now human-readable.

diff --git a/dwm.suckless.org/dwm.png b/dwm.suckless.org/dwm.png
deleted file mode 100644
index 0793416..0000000
Binary files a/dwm.suckless.org/dwm.png and /dev/null differ
diff --git a/dwm.suckless.org/dwm.svg b/dwm.suckless.org/dwm.svg
new file mode 100644
index 0000000..d00e4f1
--- /dev/null
+++ b/dwm.suckless.org/dwm.svg
_AT_@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="96" height="40">
+<path style="fill:#222" d="m 0,16 24,0 0,-16 8,0 0,32 8,0 0,-16 8,0 0,16 8,0 0,-16
+40,0 0,24 -8,0 0,-16 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -64,0 z m 24,8 -16,0 0,8 16,0 z"/>
+</svg>
diff --git a/dwm.suckless.org/index.md b/dwm.suckless.org/index.md
index 9e96c14..2505f07 100644
--- a/dwm.suckless.org/index.md
+++ b/dwm.suckless.org/index.md
_AT_@ -1,4 +1,4 @@
-![dwm](/dwm.png)
+![dwm](dwm.svg)
 
 dwm is a dynamic window manager for X. It manages windows in tiled,
 monocle and floating layouts. All of the layouts can be applied
Received on Wed Jul 09 2014 - 14:25:50 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:39:23 CEST