Bends of the lines when branching

This commit is contained in:
Knut Sveidqvist
2022-03-03 17:29:14 +01:00
parent 933efd0dda
commit b110567517
3 changed files with 22 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ const getStyles = (options) =>
.label7 { fill: ${options.fillType7}; }
// .arrow { stroke : ${options.tertiaryColor}; stroke-width: 8; stroke-linecap: round; }
.arrow { stroke : #cc33cc; stroke-width: 8; stroke-linecap: round; }
.arrow { stroke : #cc33cc; stroke-width: 8; stroke-linecap: round; fill: none}
// #arrowhead { fill: ${options.tertiaryColor};}
#arrowhead { fill: #990099;}
.branchLabel { }