mejoras UI 5
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m5s

This commit is contained in:
2025-11-22 02:19:32 -06:00
parent e698cc795a
commit c4be9649b8
2 changed files with 130 additions and 11 deletions

View File

@@ -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"