chiark / gitweb /
fix width thing
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Nov 2020 20:03:09 +0000 (20:03 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Nov 2020 20:03:09 +0000 (20:03 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/macros.tera

index aaa49259d78039122581ec4c580b41d05f3991ba..4264a1d767d8da37d10a7ce2231e6e9d20b85500 100644 (file)
@@ -40,7 +40,7 @@ Hi {{nick | escape}}
     <svg id="space"
         xmlns="http://www.w3.org/2000/svg"
         viewBox="0 0 {{ table_size[0] }} {{ table_size[1] }}"
-        width="0 0 {{ table_size[0]*6 }}" height="{{ table_size[1]*6 }}"
+        width="{{ table_size[0]*6 }}" height="{{ table_size[1]*6 }}"
         >
       <rect fill="green" x="0" y="0"
            width="{{ table_size[0] }}" height="{{ table_size[1] }}"/>