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" v-if="edge.visited"
:d="edgePath(edge)" :d="edgePath(edge)"
fill="none" fill="none"
stroke="url(#edge-gold)" stroke="#c9a84c"
stroke-width="1.2" stroke-width="1.4"
class="edge-main" class="edge-main"
/> />
<path <path