From 248edb5dfdefc79ade69ead6512ae2d724d6e225 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 19 Jul 2021 23:48:22 +0900 Subject: [PATCH] :art: --- src/client/components/analog-clock.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/components/analog-clock.vue b/src/client/components/analog-clock.vue index 32b7ebb8e..bc572e5ff 100644 --- a/src/client/components/analog-clock.vue +++ b/src/client/components/analog-clock.vue @@ -15,6 +15,7 @@ :y2="5 - (Math.cos(sAngle) * ((sHandLengthRatio * 5) - handsPadding))" :stroke="sHandColor" :stroke-width="thickness / 2" + stroke-linecap="round" />