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"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user