mejoras UI 5
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m5s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m5s
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
/>
|
||||
</g>
|
||||
|
||||
<!-- Aristas -->
|
||||
<!-- Aristas con codo (vertical + horizontal) -->
|
||||
<g stroke="url(#edgeGradient)" stroke-width="2.5" stroke-linecap="round">
|
||||
<template v-for="edge in edges" :key="`${edge.from}-${edge.to}`">
|
||||
<!-- tramo vertical -->
|
||||
@@ -68,6 +68,15 @@
|
||||
:x1="edge.fromPos.x"
|
||||
:y1="edge.midPos.y"
|
||||
:x2="edge.toPos.x"
|
||||
:y2="edge.midPos.y"
|
||||
class="transition-opacity duration-200"
|
||||
:opacity="0.9"
|
||||
/>
|
||||
<!-- tramo final vertical -->
|
||||
<line
|
||||
:x1="edge.toPos.x"
|
||||
:y1="edge.midPos.y"
|
||||
:x2="edge.toPos.x"
|
||||
:y2="edge.toPos.y"
|
||||
class="transition-opacity duration-200"
|
||||
:opacity="0.9"
|
||||
|
||||
Reference in New Issue
Block a user