sites

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

commit f472ba425cad181371d2ca134446ff695e9cae51
parent 064d83d4f31311caa893d102a609b47e6e96c39a
Author: Laslo Hunhold <dev@frign.de>
Date:   Mon, 26 Jun 2017 07:50:45 +0200

Refactor dwm.svg: Add copyright, fix markup, fill-tag

Diffstat:
Mdwm.suckless.org/dwm.svg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm.suckless.org/dwm.svg b/dwm.suckless.org/dwm.svg @@ -1,5 +1,5 @@ <?xml version="1.0"?> +<!-- Copyright (c) 2014-2017, Laslo Hunhold <dev@frign.de> CC BY 4.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"/> +<path 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" fill="#222"/> </svg>