chiark / gitweb /
die svg: Shrinking by 10: Reduce stroke widths
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Apr 2022 18:39:20 +0000 (19:39 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Apr 2022 21:43:43 +0000 (22:43 +0100)
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 <ijackson@chiark.greenend.org.uk>
dice/die.svg

index 40a176651deef56192d69fd1a2bffbb2a73331d2..cb3af78cb12ff4a65a11f8064f71cb5656744460 100644 (file)
@@ -43,8 +43,8 @@
        snapvisiblegridlinesonly="true"
        visible="true"
        enabled="true"
-       spacingx="0.52916667"
-       spacingy="0.52916667" />
+       spacingx="0.052916667"
+       spacingy="0.052916667" />
   </sodipodi:namedview>
   <defs
      id="defs2" />
     <rect
        style="fill:#8fc6ff;stroke:#000000;stroke-width:0.163;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none"
        id="rect848"
-       width="100"
-       height="100"
-       x="-50"
-       y="-50"
-       ry="20" />
+       width="10"
+       height="10"
+       x="-5"
+       y="-5"
+       ry="2" />
     <text
        xml:space="preserve"
-       style="font-size:40px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-align:center;text-anchor:middle"
+       style="font-size:4px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-align:center;text-anchor:middle"
        x="0.078125"
-       y="14.560547"
+       y="1.4560547"
        id="text3995"><tspan
          sodipodi:role="line"
          id="tspan3993"
        id="path15165"
        cx="0"
        cy="0"
-       r="80"
+       r="8"
        inkscape:label="timeblack" />
     <circle
        id="path15199"
        style="fill:none;stroke:#ffffff;stroke-width:1.134;stroke-linecap:square;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
        cx="0"
        cy="0"
-       r="80"
+       r="8"
        inkscape:label="timewhite" />
     <path
        style="fill:none;stroke:#747474;stroke-width:1.134;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="path17851"
-       d="M 0,-80 A 80,80 0 0 1 69.282032,40"
+       d="M 0,-8 A 8,8 0 0 1 6.9282032,4"
        inkscape:label="timegrey" />
   </g>
 </svg>