From 15ad960e985d2f18a4e4afd89e468863d96adfc5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Apr 2022 19:39:20 +0100 Subject: [PATCH] die svg: Shrinking by 10: Reduce stroke widths We don't have anything to rescale the elements we extract for use as the cooldown timer, so we need to get the linewidths as we finally want them. In this commit we mostly do the stroke widths and the circle size. Signed-off-by: Ian Jackson --- dice/die.svg | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dice/die.svg b/dice/die.svg index 40a17665..cb3af78c 100644 --- a/dice/die.svg +++ b/dice/die.svg @@ -43,8 +43,8 @@ snapvisiblegridlinesonly="true" visible="true" enabled="true" - spacingx="0.52916667" - spacingy="0.52916667" /> + spacingx="0.052916667" + spacingy="0.052916667" /> @@ -55,16 +55,16 @@ + width="10" + height="10" + x="-5" + y="-5" + ry="2" /> -- 2.30.2