From bc80f5c37f28ca84b659e8a168ff6e8f28a57613 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Jan 2023 15:03:31 +0800
Subject: [PATCH] svg width changes
---
src/views/home/components/rightContainer.vue | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/src/views/home/components/rightContainer.vue b/src/views/home/components/rightContainer.vue
index 0cdd260..d21059b 100644
--- a/src/views/home/components/rightContainer.vue
+++ b/src/views/home/components/rightContainer.vue
@@ -44,9 +44,8 @@
</circle>
</mask>
</defs>
- <use stroke-width="1" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" stroke="#235fa7">
- </use>
- <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
+
+ <use stroke-width="2" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd">
<animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s"
repeatCount="indefinite">
@@ -95,9 +94,8 @@
</circle>
</mask>
</defs>
- <use stroke-width="1" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" stroke="#235fa7">
- </use>
- <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
+
+ <use stroke-width="2" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd">
<animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s"
repeatCount="indefinite">
@@ -173,9 +171,8 @@
</circle>
</mask>
</defs>
- <use stroke-width="1" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" stroke="#235fa7">
- </use>
- <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
+
+ <use stroke-width="2" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c"
mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd">
<animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s"
repeatCount="indefinite">
--
Gitblit v1.9.3