#1146 Added stroke-dasharray style for Dependency relation

This commit is contained in:
Ashish Jain 2020-01-02 19:29:17 +01:00
parent b14c768fa2
commit f2a5d92398
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ g.classGroup line {
fill: none;
}
.dashed-line{
stroke-dasharray: 3;
}
@mixin composition {
fill: $nodeBorder;
stroke: $nodeBorder;