fix: use solid gold for main edge path instead of viewBox-mapped gradient
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user