commit 1d9c2751aeb2cf2a9d609b65843a7eecc98bd045
parent d7104d8c4c99107bdeedeac146981db027315b99
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 9 May 2018 18:39:08 +0200
logo fix
Diffstat:
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/images/logo-2018-dold.svg b/images/logo-2018-dold.svg
@@ -1,14 +1,12 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 32">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 40">
<style>
.ts1 { fill: #aa3939; letter-spacing:0; }
.ts2 { letter-spacing:0; }
- tspan {
- alignment-baseline: hanging;
- }
</style>
- <text font-family="'Lucida Console', Monaco, monospace" font-weight="bold" font-size="36" color="red" text-anchor="left" x="0" y="0" letter-spacing="0.20em">
+ <rect width="180" height="40" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)" />
+
+ <text font-family="'Lucida Console', Monaco, monospace" font-weight="bold" font-size="36" color="red" x="0" y="29" letter-spacing="0.20em">
<tspan class="ts1">❬</tspan><tspan>Tale</tspan><tspan class="ts2">r<tspan class="ts1">❭</tspan></tspan>
</text>
-
</svg>