chiark / gitweb /
drag box: Fix line aesthetics
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Apr 2021 00:13:20 +0000 (01:13 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Apr 2021 00:34:54 +0000 (01:34 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/macros.tera

index cef6eb81d497953c87ca462aec9669c2a3427489..5dfc94da52c97302f01f6bb514db5d74a6c640f9 100644 (file)
@@ -88,8 +88,8 @@ Hi {{nick | escape}}
 {%- endfor %}
       <g id="movehist_marker"></g>
       <g id="movehist_end"></g>
-      <use href="#rectsel_path" stroke-width="8" stroke="#fcf"  />
-      <use href="#rectsel_path" stroke-width="4" stroke="purple"/>
+      <use href="#rectsel_path" stroke-width="1.0 "stroke="purple"/>
+      <use href="#rectsel_path" stroke-width="0.5" stroke="#fcf"  />
       <defs id ="static_defs">
       <g id="rectsel_path"><path stroke-dasharray="1 1" d=""/></g>
       </defs>