This commit is contained in:
@@ -81,6 +81,18 @@
|
||||
class="transition-opacity duration-200"
|
||||
:opacity="0.9"
|
||||
/>
|
||||
|
||||
<!-- tramo diagonal suave (opcional) -->
|
||||
<line
|
||||
v-if="edge.toPos.x !== edge.fromPos.x"
|
||||
:x1="edge.fromPos.x"
|
||||
:y1="edge.midPos.y"
|
||||
:x2="edge.toPos.x"
|
||||
:y2="edge.toPos.y"
|
||||
class="transition-opacity duration-200"
|
||||
:opacity="0.4"
|
||||
stroke-dasharray="4 6"
|
||||
/>
|
||||
</template>
|
||||
</g>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user