fix: use solid gold for main edge path instead of viewBox-mapped gradient

This commit is contained in:
2026-06-14 12:05:47 +08:00
parent 92966331d3
commit 199ab1153b

View File

@@ -268,8 +268,8 @@ const svgH = computed(() => containerH.value)
v-if="edge.visited"
:d="edgePath(edge)"
fill="none"
stroke="url(#edge-gold)"
stroke-width="1.2"
stroke="#c9a84c"
stroke-width="1.4"
class="edge-main"
/>
<path