From 6d9b2dbb10b6b0b3e282dfbbbaced09a1d5ea4c3 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 29 Aug 2023 14:55:02 +0200 Subject: refactor(frontend): containment arrow size --- subprojects/frontend/src/graph/dotSource.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'subprojects/frontend/src/graph') diff --git a/subprojects/frontend/src/graph/dotSource.ts b/subprojects/frontend/src/graph/dotSource.ts index bf45d303..2d6b57de 100644 --- a/subprojects/frontend/src/graph/dotSource.ts +++ b/subprojects/frontend/src/graph/dotSource.ts @@ -269,6 +269,7 @@ function createRelationEdges( weight=${edgeWeight}, xlabel=${label}, penwidth=${penwidth}, + arrowsize=${penwidth >= 2 ? 0.875 : 1}, style="${isUnknown ? 'dashed' : 'solid'}", class="edge-${value}" ]`); -- cgit v1.2.3-54-g00ecf