commit 064d83d4f31311caa893d102a609b47e6e96c39a
parent 7d67d587b640160c618b7087594fe2db7f2674e3
Author: Laslo Hunhold <dev@frign.de>
Date: Mon, 26 Jun 2017 07:47:20 +0200
Refactor core.svg: Add copyright, fix markup, fill-tag
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/core.suckless.org/core.svg b/core.suckless.org/core.svg
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
+<!-- Copyright (c) 2015-2017, Laslo Hunhold <dev@frign.de> CC BY 4.0 -->
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="40">
-<path style="fill:#000" d="m 0,16 24,0 0,8 -16,0 0,8 16,0 0,8 -24,0 z"/>
-<path style="fill:#000;" d="m 32,16 0,24 24,0 0,-24 -24,0 z m 8,8 8,0 0,8 -8,0 0,-8 z"/>
-<path style="fill:#000;" d="m 64,40 0,-24 24,0 0,8 -16,0 0,16 z"/>
-<path style="fill:#000;" d="m 120,16 -16,0 0,8 -8,0 0,8 8,0 0,8 16,0 0,-8 -8,0 0,-8 8,0 z"/>
+<path d="m 120,16 -16,0 0,8 -8,0 0,8 8,0 0,8 16,0 0,-8 -8,0 0,-8 8,0 z m -56,24 0,-24 24,0 0,8 -16,0 0,16 z m -32,-24 0,24 24,0 0,-24 -24,0 z m 8,8 8,0 0,8 -8,0 0,-8 z m -40,-8 24,0 0,8 -16,0 0,8 16,0 0,8 -24,0 z" fill="#222"/>
</svg>